Searched refs:SkPathPart (Results 1 – 4 of 4) sorted by relevance
20 class SkPathPart : public SkDisplayable {22 SkPathPart();34 class SkMoveTo : public SkPathPart {50 class SkLineTo : public SkPathPart {66 class SkQuadTo : public SkPathPart {84 class SkCubicTo : public SkPathPart {104 class SkClose : public SkPathPart {109 class SkAddGeom : public SkPathPart {154 class SkAddPath : public SkPathPart {159 typedef SkPathPart INHERITED;
44 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in ~SkDrawPath()50 SkPathPart* part = (SkPathPart*) child; in addChild()86 for(SkPathPart** part = fParts.begin(); part < fParts.end(); part++) { in dump()112 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in getPath()127 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in onEndElement()
16 SkPathPart::SkPathPart() : fPath(nullptr) { in SkPathPart() function in SkPathPart19 void SkPathPart::dirty() { in dirty()23 SkDisplayable* SkPathPart::getParent() const { in getParent()27 bool SkPathPart::setParent(SkDisplayable* parent) { in setParent()
27 class SkPathPart; variable49 typedef SkLongArray(SkPathPart*) SkTDPathPartArray;