OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:degenBigConic
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/
stlouisarch.cpp
63
SkPath*
degenBigConic
= &fPaths.push_back();
65
degenBigConic
->moveTo(0, yPos);
66
degenBigConic
->conicTo(0, yPos, kWidth, yPos, .5);
/external/skqp/gm/
stlouisarch.cpp
63
SkPath*
degenBigConic
= &fPaths.push_back();
65
degenBigConic
->moveTo(0, yPos);
66
degenBigConic
->conicTo(0, yPos, kWidth, yPos, .5);
Completed in 476 milliseconds