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

/external/chromium_org/third_party/skia/src/core/
H A DSkMaskFilter.cpp135 int stopY = startY + r.height(); local
137 for (int y = startY; y < stopY; ++y) {
148 int stopY = startY + r.height(); local
150 for (int y = startY; y < stopY; ++y) {
H A DSkBitmapProcState.cpp626 const int stopY = s.fBitmap->height(); local
628 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
634 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
701 const int stopY = s.fBitmap->height(); local
704 iY0 = SkClampMax(yTemp, stopY-1);
707 iY0 = sk_int_mod(yTemp, stopY);
711 iY0 = sk_int_mirror(yTemp, stopY);
731 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
734 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
738 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
[all...]
H A DSkAAClip.cpp2156 const int stopY = y + clip.height(); local
2162 localStopY = SkMin32(localStopY + 1, stopY);
2173 } while (y < stopY);
H A DSkDraw.cpp1701 SkScalar stopY = stop.fY; local
1705 stopY = SkScalarHalf(stopY);
1708 y -= stopY;
/external/skia/src/core/
H A DSkMaskFilter.cpp135 int stopY = startY + r.height(); local
137 for (int y = startY; y < stopY; ++y) {
148 int stopY = startY + r.height(); local
150 for (int y = startY; y < stopY; ++y) {
H A DSkBitmapProcState.cpp626 const int stopY = s.fBitmap->height(); local
628 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
634 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
701 const int stopY = s.fBitmap->height(); local
704 iY0 = SkClampMax(yTemp, stopY-1);
707 iY0 = sk_int_mod(yTemp, stopY);
711 iY0 = sk_int_mirror(yTemp, stopY);
731 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
734 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
738 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
[all...]
H A DSkAAClip.cpp2156 const int stopY = y + clip.height(); local
2162 localStopY = SkMin32(localStopY + 1, stopY);
2173 } while (y < stopY);
H A DSkDraw.cpp1701 SkScalar stopY = stop.fY; local
1705 stopY = SkScalarHalf(stopY);
1708 y -= stopY;
/external/chromium_org/remoting/webapp/
H A Dclient_session.js1207 var stopY = { stop: false };
1209 window.innerHeight, plugin.height, stopY);
1210 return stopX.stop && stopY.stop;

Completed in 277 milliseconds