Sign in
skia
/
skia
/
74061baa5402079c56c1963ff80ae07e2e4f8d9a
/
src
/
base
/
SkDeque.cpp
46572b4
[base] Move more files into base
by Kevin Lubick
· 2 years ago
[Renamed (99%) from src/core/SkDeque.cpp]
19936eb
[base] Move some files from include/private to include/private/base
by Kevin Lubick
· 2 years, 1 month ago
a24947d
Break apart some uses of SkTypes
by Kevin Lubick
· 2 years, 1 month ago
4d17001
move SkDeque.h into private
by Mike Reed
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
d336ebd
SkDeque: Move asserts prior to pointer dereference
by Greg Kaiser
· 6 years ago
b549cc3
Change SkMemory to the more accurately named SkMalloc.
by Herb Derby
· 8 years ago
d7b34a5
Make SkMemory.h and adjust all files for usage.
by Herb Derby
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
63ae1cf
Make SkDeque::back faster & inline
by robertphillips@google.com
· 12 years ago
0a78b0f
Refactor SkDeque's iterator and allocation method
by robertphillips@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
e1bc274
Fix a batch of coverity defects, uninitialized class fields.
by vandebo@chromium.org
· 14 years ago
d302f14
Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL.
by bsalomon@google.com
· 14 years ago
4c09d5c
rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in preparation
by reed@google.com
· 14 years ago
8a1c16f
grab from latest android
by reed@android.com
· 16 years ago