OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cheap_distance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
PathCoverageTest.cpp
28
static inline int
cheap_distance
(SkScalar dx, SkScalar dy) {
function
40
return
cheap_distance
(points[1].fX * 2 - points[2].fX - points[0].fX,
/external/skia/tests/
PathCoverageTest.cpp
28
static inline int
cheap_distance
(SkScalar dx, SkScalar dy) {
function
40
return
cheap_distance
(points[1].fX * 2 - points[2].fX - points[0].fX,
Completed in 851 milliseconds