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

  /external/skia/src/core/
SkBitmapProcState.cpp 358 const int stopY = s.fPixmap.height();
360 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
444 const int stopY = s.fPixmap.height();
447 iY0 = SkClampMax(yTemp, stopY-1);
450 iY0 = sk_int_mod(yTemp, stopY);
454 iY0 = sk_int_mirror(yTemp, stopY);
473 iY2 = SkClampMax(iY2, stopY-1);
476 iY2 = sk_int_mod(iY2, stopY);
480 iY2 = sk_int_mirror(iY2, stopY);
SkMaskFilter.cpp 147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
160 int stopY = startY + r.height();
162 for (int y = startY; y < stopY; ++y) {
SkAAClip.cpp     [all...]
  /external/skqp/src/core/
SkBitmapProcState.cpp 358 const int stopY = s.fPixmap.height();
360 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
444 const int stopY = s.fPixmap.height();
447 iY0 = SkClampMax(yTemp, stopY-1);
450 iY0 = sk_int_mod(yTemp, stopY);
454 iY0 = sk_int_mirror(yTemp, stopY);
473 iY2 = SkClampMax(iY2, stopY-1);
476 iY2 = sk_int_mod(iY2, stopY);
480 iY2 = sk_int_mirror(iY2, stopY);
SkMaskFilter.cpp 147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
160 int stopY = startY + r.height();
162 for (int y = startY; y < stopY; ++y) {
SkAAClip.cpp     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCanvas.java 206 protected void drawLine(float startX, float startY, float stopX, float stopY, Paint paint) {
207 linePaintEvents.add(new LinePaintHistoryEvent(startX, startY, stopX, stopY, paint));
371 public float stopY;
374 float startX, float startY, float stopX, float stopY, Paint paint) {
381 this.stopY = stopY;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 226 float stopY = newy2 / (4 - newz2 / 400);
228 c.drawLine(startX, startY, stopX, stopY, mPaint);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCanvasTest.java 362 assertThat(shadowCanvas.getDrawnLine(0).stopY).isEqualTo(4f);
369 assertThat(shadowCanvas.getDrawnLine(1).stopY).isEqualTo(8f);
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]

Completed in 1800 milliseconds