Searched defs:fAbove (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp1376 // callers expect this to only read fAbove, fTangent
1380 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow);
1385 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow);
1393 line[0] = &rh.fAbove;
1395 curve[0] = &fAbove;
1399 line[0] = &fAbove;
1401 curve[0] = &rh.fAbove;
1506 LineXYAtT(fWorkEdge.fPts, tAbove, &fAbove);
1828 SkPoint fAbove; member in class:OutEdgeBuilder
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp1376 // callers expect this to only read fAbove, fTangent
1380 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow);
1385 return abCompare(fAbove, fBelow, rh.fAbove, rh.fBelow);
1393 line[0] = &rh.fAbove;
1395 curve[0] = &fAbove;
1399 line[0] = &fAbove;
1401 curve[0] = &rh.fAbove;
1506 LineXYAtT(fWorkEdge.fPts, tAbove, &fAbove);
1828 SkPoint fAbove; member in class:OutEdgeBuilder
[all...]

Completed in 199 milliseconds