Home
last modified time | relevance | path

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

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