HomeSort by relevance Sort by last modified time
    Searched defs:SkPathPart (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkPathParts.cpp 24 SkPathPart::SkPathPart() : fPath(NULL) {
27 void SkPathPart::dirty() {
31 SkDisplayable* SkPathPart::getParent() const {
35 bool SkPathPart::setParent(SkDisplayable* parent) {
SkPathParts.h 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
    [all...]

Completed in 101 milliseconds