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

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawLine.cpp17 const SkMemberInfo SkLine::fInfo[] = {
26 DEFINE_GET_MEMBER(SkLine); variable
28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { function in class:SkLine
31 bool SkLine::draw(SkAnimateMaker& maker) {
H A DSkDrawLine.h16 class SkLine : public SkBoundable { class in inherits:SkBoundable
18 SkLine();
/external/skia/src/animator/
H A DSkDrawLine.cpp17 const SkMemberInfo SkLine::fInfo[] = {
26 DEFINE_GET_MEMBER(SkLine); variable
28 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { function in class:SkLine
31 bool SkLine::draw(SkAnimateMaker& maker) {
H A DSkDrawLine.h16 class SkLine : public SkBoundable { class in inherits:SkBoundable
18 SkLine();

Completed in 142 milliseconds