Home
last modified time | relevance | path

Searched refs:fUpperY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp70 if (edge->fLowerY == last->fUpperY) { in combineVertical()
71 last->fUpperY = edge->fUpperY; in combineVertical()
72 last->fY = last->fUpperY; in combineVertical()
75 if (approximately_equal(edge->fUpperY, last->fLowerY)) { in combineVertical()
81 if (approximately_equal(edge->fUpperY, last->fUpperY)) { in combineVertical()
86 last->fUpperY = edge->fLowerY; in combineVertical()
87 last->fY = last->fUpperY; in combineVertical()
90 last->fUpperY in combineVertical()
[all...]
H A DSkScan_AAAPath.cpp1005 int valuea = a.fUpperY;
1006 int valueb = b.fUpperY;
1038 while (edge->fUpperY != SK_MaxS32) {
1040 SkASSERT(y <= edge->fUpperY);
1042 y = edge->fUpperY;
1067 nextEdge->fLowerY - nextEdge->fUpperY >= SK_Fixed1; // Dy should be large
1076 if (currE->fUpperY >= SkLeftShift(stop_y, 16)) {
1087 if (nextCurrE->fUpperY >= stop_y << 16) { // Check if we're at the end
1110 SkFixed y = std::max(leftE->fUpperY, riteE->fUpperY);
[all...]
H A DSkAnalyticEdge.h33 SkFixed fUpperX; // The x value when y = fUpperY
35 SkFixed fUpperY; // The upper bound of y (our edge is from y = fUpperY to y = fLowerY) member
36 SkFixed fLowerY; // The lower bound of y (our edge is from y = fUpperY to y = fLowerY)
64 // (fDX and y - fUpperY may be greater than SK_Fixed1) in goY()
65 fX = fUpperX + SkFixedMul(fDX, y - fUpperY); in goY()
92 fUpperY, fLowerY, SkFixedToFloat(fY), SkFixedToFloat(fX), in dump()
101 SkASSERT(fUpperY < fLowerY); in validate()
H A DSkAnalyticEdge.cpp268 fUpperY = y0; in setLine()
316 fUpperY = y0;

Completed in 4 milliseconds