Searched refs:SkLineTo (Results 1 – 2 of 2) sorted by relevance
50 class SkLineTo : public SkPathPart {52 SkLineTo();59 class SkRLineTo : public SkLineTo {63 typedef SkLineTo INHERITED;
76 const SkMemberInfo SkLineTo::fInfo[] = {83 DEFINE_GET_MEMBER(SkLineTo);85 SkLineTo::SkLineTo() : x(0), y(0) { in SkLineTo() function in SkLineTo88 bool SkLineTo::add() { in add()