Searched refs:isPaint (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkPaintPart.cpp24 if (parent->isPaint() == false)
47 if (fPaint->isPaint()) {
H A DSkDisplayable.h80 virtual bool isPaint() const { return getType() == SkType_Paint; } function in class:SkDisplayable
H A DSkDrawExtraPathEffect.cpp63 virtual bool isPaint() const;
378 bool SkDrawComposePathEffect::isPaint() const { function in class:SkDrawComposePathEffect
H A DSkDrawColor.cpp217 if (parent->isPaint() == false)
H A DSkDrawPaint.cpp198 SkASSERT(origDisp->isPaint());
/external/skia/src/animator/
H A DSkPaintPart.cpp24 if (parent->isPaint() == false)
47 if (fPaint->isPaint()) {
H A DSkDisplayable.h80 virtual bool isPaint() const { return getType() == SkType_Paint; } function in class:SkDisplayable
H A DSkDrawExtraPathEffect.cpp63 virtual bool isPaint() const;
378 bool SkDrawComposePathEffect::isPaint() const { function in class:SkDrawComposePathEffect
H A DSkDrawColor.cpp217 if (parent->isPaint() == false)
H A DSkDrawPaint.cpp198 SkASSERT(origDisp->isPaint());
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGParser.h37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
/external/skia/include/svg/
H A DSkSVGParser.h37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
/external/chromium_org/third_party/skia/src/svg/
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
/external/skia/src/svg/
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 204 milliseconds