OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markedForDelete
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.h
45
bool
markedForDelete
(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
SkDisplayAdd.cpp
166
if (thisGroup->
markedForDelete
(index)) {
SkDrawGroup.cpp
40
if (index >= max ||
markedForDelete
(index))
/external/skia/src/animator/
SkDrawGroup.h
45
bool
markedForDelete
(int index) const { return (fCopies[index >> 5] & 1 << (index & 0x1f)) == 0; }
SkDisplayAdd.cpp
166
if (thisGroup->
markedForDelete
(index)) {
SkDrawGroup.cpp
40
if (index >= max ||
markedForDelete
(index))
Completed in 27 milliseconds