Searched defs:stopY (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/core/
H A DSkMaskFilter.cpp147 int stopY = startY + r.height(); local
149 for (int y = startY; y < stopY; ++y) {
160 int stopY = startY + r.height(); local
162 for (int y = startY; y < stopY; ++y) {
H A DSkAAClip.cpp2202 const int stopY = y + clip.height(); local
2208 localStopY = SkMin32(localStopY + 1, stopY);
2219 } while (y < stopY);
H A DSkDraw.cpp1621 SkScalar stopY = stop.fY; local
1625 stopY = SkScalarHalf(stopY);
1628 y -= stopY;
/external/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp123 SkFixed stopY = 0; local
132 stopY += glyph.fAdvanceY;
137 SkScalar alignY = SkFixedToScalar(stopY) * fTextRatio;
H A DGrAtlasTextContext.cpp832 SkScalar stopY = stopVector.fY; local
836 stopY = SkScalarHalf(stopY);
839 y -= stopY;
1083 SkFixed stopY = 0; local
1102 positions.push_back(SkFixedToScalar(stopY + SkFixedMul(origin, height)));
1105 stopY += height;
1111 SkScalar alignY = SkFixedToScalar(stopY);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 216 milliseconds