OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAbove
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
ActiveEdge_Test.cpp
51
if ((rh.
fAbove
.fY - lh.
fAbove
.fY > lh.fBelow.fY - rh.
fAbove
.fY
53
|| (lh.
fAbove
.fY - rh.
fAbove
.fY < rh.fBelow.fY - lh.
fAbove
.fY
57
rh.
fAbove
;
58
return (check.fY - lh.
fAbove
.fY) * (lh.fBelow.fX - lh.
fAbove
.fX)
59
< (lh.fBelow.fY - lh.
fAbove
.fY) * (check.fX - lh.fAbove.fX)
[
all
...]
EdgeWalker.cpp
[
all
...]
Completed in 1196 milliseconds