Searched defs:SkLineTo (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp76 const SkMemberInfo SkLineTo::fInfo[] = {
83 DEFINE_GET_MEMBER(SkLineTo); variable
85 SkLineTo::SkLineTo() : x(0), y(0) { function in class:SkLineTo
88 bool SkLineTo::add() {
H A DSkPathParts.h50 class SkLineTo : public SkPathPart { class in inherits:SkPathPart
52 SkLineTo();
59 class SkRLineTo : public SkLineTo {
63 typedef SkLineTo INHERITED;
/external/skia/src/animator/
H A DSkPathParts.cpp76 const SkMemberInfo SkLineTo::fInfo[] = {
83 DEFINE_GET_MEMBER(SkLineTo); variable
85 SkLineTo::SkLineTo() : x(0), y(0) { function in class:SkLineTo
88 bool SkLineTo::add() {
H A DSkPathParts.h50 class SkLineTo : public SkPathPart { class in inherits:SkPathPart
52 SkLineTo();
59 class SkRLineTo : public SkLineTo {
63 typedef SkLineTo INHERITED;

Completed in 110 milliseconds