Searched defs:isPaint (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayable.h80 virtual bool isPaint() const { return getType() == SkType_Paint; } function in class:SkDisplayable
H A DSkDrawExtraPathEffect.cpp63 bool isPaint() const override;
390 bool SkDrawComposePathEffect::isPaint() const { function in class:SkDrawComposePathEffect
/external/skia/src/svg/parser/
H A DSkSVGParser.cpp69 size_t len, bool isPaint) {
76 (isPaint ? sizeof(SkString) : sizeof(SkSVGElement))) / sizeof(SkString));
68 findAttribute(SkSVGBase* element, const char* attrValue, size_t len, bool isPaint) argument

Completed in 99 milliseconds