HomeSort by relevance Sort by last modified time
    Searched refs:fLowerY (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkEdgeBuilder.cpp 73 if (edge->fLowerY == last->fUpperY) {
78 if (approximatelyEqual(edge->fUpperY, last->fLowerY)) {
79 last->fLowerY = edge->fLowerY;
85 if (approximatelyEqual(edge->fLowerY, last->fLowerY)) {
88 if (edge->fLowerY < last->fLowerY) {
89 last->fUpperY = edge->fLowerY;
93 last->fUpperY = last->fLowerY;
    [all...]
SkAnalyticEdge.h 32 SkFixed fUpperY; // The upper bound of y (our edge is from y = fUpperY to y = fLowerY)
33 SkFixed fLowerY; // The lower bound of y (our edge is from y = fUpperY to y = fLowerY)
86 fUpperY, fLowerY, SkFixedToFloat(fY), SkFixedToFloat(fX),
95 SkASSERT(fUpperY < fLowerY);
167 fLowerY = y1;
SkScan_AAAPath.cpp     [all...]
SkAnalyticEdge.cpp 41 fLowerY = y1;

Completed in 90 milliseconds