OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/animator/
SkDrawLine.cpp
17
const SkMemberInfo
SkLine
::fInfo[] = {
26
DEFINE_GET_MEMBER(
SkLine
);
28
SkLine
::
SkLine
() : x1(0), x2(0), y1(0), y2(0) {
31
bool
SkLine
::draw(SkAnimateMaker& maker) {
SkDrawLine.h
16
class
SkLine
: public SkBoundable {
18
SkLine
();
Completed in 573 milliseconds