Searched defs:SkCubicTo (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkPathParts.cpp162 const SkMemberInfo SkCubicTo::fInfo[] = {
173 DEFINE_GET_MEMBER(SkCubicTo); variable
175 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { function in class:SkCubicTo
178 bool SkCubicTo::add() {
H A DSkPathParts.h92 class SkCubicTo : public SkPathPart { class in inherits:SkPathPart
94 SkCubicTo();
105 class SkRCubicTo : public SkCubicTo {
109 typedef SkCubicTo INHERITED;

Completed in 68 milliseconds