Searched refs:fAbove (Results 1 – 4 of 4) sorted by relevance
/external/skia/experimental/Intersection/ |
D | ActiveEdge_Test.cpp | 51 if ((rh.fAbove.fY - lh.fAbove.fY > lh.fBelow.fY - rh.fAbove.fY in operator_less_than() 53 || (lh.fAbove.fY - rh.fAbove.fY < rh.fBelow.fY - lh.fAbove.fY in operator_less_than() 57 rh.fAbove; in operator_less_than() 58 return (check.fY - lh.fAbove.fY) * (lh.fBelow.fX - lh.fAbove.fX) in operator_less_than() 59 < (lh.fBelow.fY - lh.fAbove.fY) * (check.fX - lh.fAbove.fX); in operator_less_than() 62 && lh.fBelow != rh.fBelow ? lh.fBelow : lh.fAbove; in operator_less_than() 63 return (rh.fBelow.fY - rh.fAbove.fY) * (check.fX - rh.fAbove.fX) in operator_less_than() 64 < (check.fY - rh.fAbove.fY) * (rh.fBelow.fX - rh.fAbove.fX); in operator_less_than() 74 left.fAbove = leftRight[x][0]; in ActiveEdge_Test() 76 right.fAbove = leftRight[x][2]; in ActiveEdge_Test()
|
D | EdgeWalker.cpp | 1380 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow); in operator <() 1385 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow); in operator <() 1393 line[0] = &rh.fAbove; in operator <() 1395 curve[0] = &fAbove; in operator <() 1399 line[0] = &fAbove; in operator <() 1401 curve[0] = &rh.fAbove; in operator <() 1506 LineXYAtT(fWorkEdge.fPts, tAbove, &fAbove); in calcAboveBelow() 1514 fAbove = quad[0]; in calcAboveBelow() 1521 fAbove = cubic[0]; in calcAboveBelow() 1539 if (fAbove.fY == fBelow.fY) { in calcLeft() [all …]
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | ActiveEdge_Test.cpp | 51 if ((rh.fAbove.fY - lh.fAbove.fY > lh.fBelow.fY - rh.fAbove.fY in operator_less_than() 53 || (lh.fAbove.fY - rh.fAbove.fY < rh.fBelow.fY - lh.fAbove.fY in operator_less_than() 57 rh.fAbove; in operator_less_than() 58 return (check.fY - lh.fAbove.fY) * (lh.fBelow.fX - lh.fAbove.fX) in operator_less_than() 59 < (lh.fBelow.fY - lh.fAbove.fY) * (check.fX - lh.fAbove.fX); in operator_less_than() 62 && lh.fBelow != rh.fBelow ? lh.fBelow : lh.fAbove; in operator_less_than() 63 return (rh.fBelow.fY - rh.fAbove.fY) * (check.fX - rh.fAbove.fX) in operator_less_than() 64 < (check.fY - rh.fAbove.fY) * (rh.fBelow.fX - rh.fAbove.fX); in operator_less_than() 74 left.fAbove = leftRight[x][0]; in ActiveEdge_Test() 76 right.fAbove = leftRight[x][2]; in ActiveEdge_Test()
|
D | EdgeWalker.cpp | 1380 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow); in operator <() 1385 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow); in operator <() 1393 line[0] = &rh.fAbove; in operator <() 1395 curve[0] = &fAbove; in operator <() 1399 line[0] = &fAbove; in operator <() 1401 curve[0] = &rh.fAbove; in operator <() 1506 LineXYAtT(fWorkEdge.fPts, tAbove, &fAbove); in calcAboveBelow() 1514 fAbove = quad[0]; in calcAboveBelow() 1521 fAbove = cubic[0]; in calcAboveBelow() 1539 if (fAbove.fY == fBelow.fY) { in calcLeft() [all …]
|