Searched refs:stopY (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp726 const int stopY = s.fBitmap->height(); local
728 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
734 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
801 const int stopY = s.fBitmap->height(); local
804 iY0 = SkClampMax(yTemp, stopY-1);
807 iY0 = sk_int_mod(yTemp, stopY);
811 iY0 = sk_int_mirror(yTemp, stopY);
831 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
834 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
838 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
[all...]
H A DSkMaskFilter.cpp137 int stopY = startY + r.height(); local
139 for (int y = startY; y < stopY; ++y) {
150 int stopY = startY + r.height(); local
152 for (int y = startY; y < stopY; ++y) {
H A DSkDraw.cpp1584 SkScalar stopY = stop.fY; local
1588 stopY = SkScalarHalf(stopY);
1591 y -= stopY;
H A DSkAAClip.cpp2147 const int stopY = y + clip.height(); local
2153 localStopY = SkMin32(localStopY + 1, stopY);
2164 } while (y < stopY);
/external/skia/src/core/
H A DSkBitmapProcState.cpp726 const int stopY = s.fBitmap->height(); local
728 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
734 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
801 const int stopY = s.fBitmap->height(); local
804 iY0 = SkClampMax(yTemp, stopY-1);
807 iY0 = sk_int_mod(yTemp, stopY);
811 iY0 = sk_int_mirror(yTemp, stopY);
831 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
834 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
838 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
[all...]
H A DSkMaskFilter.cpp137 int stopY = startY + r.height(); local
139 for (int y = startY; y < stopY; ++y) {
150 int stopY = startY + r.height(); local
152 for (int y = startY; y < stopY; ++y) {
H A DSkDraw.cpp1584 SkScalar stopY = stop.fY; local
1588 stopY = SkScalarHalf(stopY);
1591 y -= stopY;
H A DSkAAClip.cpp2147 const int stopY = y + clip.height(); local
2153 localStopY = SkMin32(localStopY + 1, stopY);
2164 } while (y < stopY);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp215 SkScalar stopY = stop.fY; local
219 stopY = SkScalarHalf(stopY);
222 y -= stopY;
H A DGrDistanceFieldTextContext.cpp464 SkFixed stopY = 0; local
473 stopY += glyph.fAdvanceY;
478 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio;
/external/skia/src/gpu/
H A DGrBitmapTextContext.cpp215 SkScalar stopY = stop.fY; local
219 stopY = SkScalarHalf(stopY);
222 y -= stopY;
H A DGrDistanceFieldTextContext.cpp464 SkFixed stopY = 0; local
473 stopY += glyph.fAdvanceY;
478 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio;
/external/chromium_org/remoting/webapp/
H A Dclient_session.js1392 var stopY = { stop: false };
1394 style.marginTop, dy, clientArea.height, plugin.clientHeight, stopY);
1395 return stopX.stop && stopY.stop;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 80 milliseconds