Home
last modified time | relevance | path

Searched refs:isPaint (Results 1 – 12 of 12) sorted by relevance

/external/skia/legacy/src/animator/
DSkPaintParts.cpp26 if (parent->isPaint() == false) in setParent()
49 if (fPaint->isPaint()) { in add()
DSkDisplayable.h80 virtual bool isPaint() const { return getType() == SkType_Paint; } in isPaint() function
DSkDrawExtraPathEffect.cpp65 virtual bool isPaint() const;
375 bool SkDrawComposePathEffect::isPaint() const { in isPaint() function in SkDrawComposePathEffect
DSkDrawPaint.cpp200 SkASSERT(origDisp->isPaint()); in resolveIDs()
DSkDrawColor.cpp217 if (parent->isPaint() == false) in setParent()
/external/skia/src/animator/
DSkPaintParts.cpp26 if (parent->isPaint() == false) in setParent()
49 if (fPaint->isPaint()) { in add()
DSkDisplayable.h80 virtual bool isPaint() const { return getType() == SkType_Paint; } in isPaint() function
DSkDrawExtraPathEffect.cpp65 virtual bool isPaint() const;
372 bool SkDrawComposePathEffect::isPaint() const { in isPaint() function in SkDrawComposePathEffect
DSkDrawColor.cpp217 if (parent->isPaint() == false) in setParent()
DSkDrawPaint.cpp200 SkASSERT(origDisp->isPaint()); in resolveIDs()
/external/skia/include/svg/
DSkSVGParser.h37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
/external/skia/src/svg/
DSkSVGParser.cpp69 size_t len, bool isPaint) { in findAttribute() argument
76 (isPaint ? sizeof(SkString) : sizeof(SkSVGElement))) / sizeof(SkString)); in findAttribute()