HomeSort by relevance Sort by last modified time
    Searched refs:isPaint (Results 1 - 7 of 7) sorted by null

  /external/skia/src/animator/
SkPaintPart.cpp 24 if (parent->isPaint() == false)
47 if (fPaint->isPaint()) {
SkDisplayable.h 80 virtual bool isPaint() const { return getType() == SkType_Paint; }
SkDrawExtraPathEffect.cpp 63 bool isPaint() const override;
390 bool SkDrawComposePathEffect::isPaint() const {
SkDrawColor.cpp 217 if (parent->isPaint() == false)
SkDrawPaint.cpp 198 SkASSERT(origDisp->isPaint());
  /external/skia/include/svg/parser/
SkSVGParser.h 37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
  /external/skia/src/svg/parser/
SkSVGParser.cpp 69 size_t len, bool isPaint) {
76 (isPaint ? sizeof(SkString) : sizeof(SkSVGElement))) / sizeof(SkString));

Completed in 72 milliseconds