Searched refs:SkPathPart (Results 1 – 4 of 4) sorted by relevance
28 class SkPathPart : public SkDisplayable {30 SkPathPart();42 class SkMoveTo : public SkPathPart {58 class SkLineTo : public SkPathPart {74 class SkQuadTo : public SkPathPart {92 class SkCubicTo : public SkPathPart {112 class SkClose : public SkPathPart {117 class SkAddGeom : public SkPathPart {162 class SkAddPath : public SkPathPart {167 typedef SkPathPart INHERITED;
52 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in ~SkDrawPath()58 SkPathPart* part = (SkPathPart*) child; in add()94 for(SkPathPart** part = fParts.begin(); part < fParts.end(); part++) { in dump()120 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in getPath()135 for (SkPathPart** part = fParts.begin(); part < fParts.end(); part++) in onEndElement()
24 SkPathPart::SkPathPart() : fPath(NULL) { in SkPathPart() function in SkPathPart27 void SkPathPart::dirty() { in dirty()31 SkDisplayable* SkPathPart::getParent() const { in getParent()35 bool SkPathPart::setParent(SkDisplayable* parent) { in setParent()
35 class SkPathPart; variable57 typedef SkLongArray(SkPathPart*) SkTDPathPartArray;