OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkEdge.cpp
92
int SkEdge::
updateLine
(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
301
success = this->
updateLine
(oldx, oldy, newx, newy);
488
success = this->
updateLine
(oldx, oldy, newx, newy);
/external/skia/src/core/
SkEdge.cpp
92
int SkEdge::
updateLine
(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
301
success = this->
updateLine
(oldx, oldy, newx, newy);
488
success = this->
updateLine
(oldx, oldy, newx, newy);
Completed in 164 milliseconds