Home | History | Annotate | Download | only in graphics

Lines Matching refs:stopY

930     public void drawLine(float startX, float startY, float stopX, float stopY, Paint paint) {
931 native_drawLine(mNativeCanvas, startX, startY, stopX, stopY, paint.mNativePaint);
1764 float stopY, int paint);