Searched refs:stopX (Results 1 – 5 of 5) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowCanvas.java | 206 protected void drawLine(float startX, float startY, float stopX, float stopY, Paint paint) { in drawLine() argument 207 linePaintEvents.add(new LinePaintHistoryEvent(startX, startY, stopX, stopY, paint)); in drawLine() 370 public float stopX; field in ShadowCanvas.LinePaintHistoryEvent 374 float startX, float startY, float stopX, float stopY, Paint paint) { in LinePaintHistoryEvent() argument 380 this.stopX = stopX; in LinePaintHistoryEvent()
|
/external/skqp/src/core/ |
D | SkBitmapProcState.cpp | 357 const int stopX = s.fPixmap.width(); in Repeat_S32_D32_nofilter_trans_shaderproc() local 363 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc() 365 int n = SkMin32(stopX - ix, count); in Repeat_S32_D32_nofilter_trans_shaderproc()
|
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 357 const int stopX = s.fPixmap.width(); in Repeat_S32_D32_nofilter_trans_shaderproc() local 363 ix = sk_int_mod(ix, stopX); in Repeat_S32_D32_nofilter_trans_shaderproc() 365 int n = SkMin32(stopX - ix, count); in Repeat_S32_D32_nofilter_trans_shaderproc()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCanvasTest.java | 361 assertThat(shadowCanvas.getDrawnLine(0).stopX).isEqualTo(3f); in drawLine_shouldRecordLineHistoryEvents() 368 assertThat(shadowCanvas.getDrawnLine(1).stopX).isEqualTo(7f); in drawLine_shouldRecordLineHistoryEvents()
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 2470 const unsigned int stopX = MagickMin(startX + pixelPerWorkgroup,filteredColumns); 2471 const unsigned int actualNumPixelToCompute = stopX - startX; 2493 const unsigned int chunkStopX = MagickMin(chunkStartX + pixelChunkSize, stopX);
|