OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPaintPart
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkPaintPart.h
28
virtual bool
isPaintPart
() const { return true; }
SkDisplayable.h
95
virtual bool
isPaintPart
() const { return false; }
SkDrawPaint.cpp
92
SkASSERT(child && child->
isPaintPart
());
Completed in 697 milliseconds