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

  /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));
370 public float stopX;
374 float startX, float startY, float stopX, float stopY, Paint paint) {
380 this.stopX = stopX;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 225 float stopX = newx2 / (4 - newz2 / 400);
228 c.drawLine(startX, startY, stopX, stopY, mPaint);
  /external/skia/src/core/
SkBitmapProcState.cpp 357 const int stopX = s.fPixmap.width();
363 ix = sk_int_mod(ix, stopX);
365 int n = SkMin32(stopX - ix, count);
  /external/skqp/src/core/
SkBitmapProcState.cpp 357 const int stopX = s.fPixmap.width();
363 ix = sk_int_mod(ix, stopX);
365 int n = SkMin32(stopX - ix, count);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowCanvasTest.java 361 assertThat(shadowCanvas.getDrawnLine(0).stopX).isEqualTo(3f);
368 assertThat(shadowCanvas.getDrawnLine(1).stopX).isEqualTo(7f);
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]

Completed in 1297 milliseconds