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

/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp656 const int stopY = s.fBitmap->height(); local
658 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
664 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
731 const int stopY = s.fBitmap->height(); local
734 iY0 = SkClampMax(yTemp, stopY-1);
737 iY0 = sk_int_mod(yTemp, stopY);
741 iY0 = sk_int_mirror(yTemp, stopY);
761 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
764 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
768 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.cpp1597 SkScalar stopY = stop.fY; local
1601 stopY = SkScalarHalf(stopY);
1604 y -= stopY;
H A DSkAAClip.cpp2215 const int stopY = y + clip.height(); local
2221 localStopY = SkMin32(localStopY + 1, stopY);
2232 } 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 DGrStencilAndCoverTextContext.cpp76 SkFixed stopY = 0; local
85 stopY += glyph.fAdvanceY;
90 SkScalar alignY = SkFixedToScalar(stopY) * fTextRatio;
H A DGrBitmapTextContext.cpp213 SkScalar stopY = stop.fY; local
217 stopY = SkScalarHalf(stopY);
220 y -= stopY;
H A DGrDistanceFieldTextContext.cpp563 SkFixed stopY = 0; local
572 stopY += glyph.fAdvanceY;
577 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.js1316 var stopY = { stop: false };
1319 this.pluginHeightForBumpScrollTesting || plugin.clientHeight, stopY);
1320 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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 723 milliseconds