Searched defs:bestY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp22 SkScalar bestY = SK_ScalarMin; local
33 if (bestY > contour->bounds().fBottom) {
39 SkScalar testY = bestY;
75 bestY = testY;
H A DSkOpSegment.cpp963 int SkOpSegment::crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, argument
967 if (bottom <= *bestY) {
1014 if (approximately_negative(testY - *bestY)
1027 *bestY = testY;
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp22 SkScalar bestY = SK_ScalarMin; local
33 if (bestY > contour->bounds().fBottom) {
39 SkScalar testY = bestY;
75 bestY = testY;
H A DSkOpSegment.cpp963 int SkOpSegment::crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, argument
967 if (bottom <= *bestY) {
1014 if (approximately_negative(testY - *bestY)
1027 *bestY = testY;

Completed in 135 milliseconds