Home
last modified time | relevance | path

Searched refs:SkLineTo (Results 1 – 2 of 2) sorted by relevance

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