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

1 2

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java 32 int x, int y, int startX, int stopX, int startY, int stopY) {
MonthView.java 491 final int stopY = (int)(startY + mRowHeight);
493 drawMonthDay(canvas, mYear, mMonth, dayNumber, x, y, startX, stopX, startY, stopY);
515 * @param stopY The bottom boundary of the day number rect
518 int x, int y, int startX, int stopX, int startY, int stopY);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 726 const int stopY = s.fBitmap->height();
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();
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...]
SkMaskFilter.cpp 137 int stopY = startY + r.height();
139 for (int y = startY; y < stopY; ++y) {
150 int stopY = startY + r.height();
152 for (int y = startY; y < stopY; ++y) {
SkDraw.cpp     [all...]
SkAAClip.cpp     [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 726 const int stopY = s.fBitmap->height();
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();
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...]
SkMaskFilter.cpp 137 int stopY = startY + r.height();
139 for (int y = startY; y < stopY; ++y) {
150 int stopY = startY + r.height();
152 for (int y = startY; y < stopY; ++y) {
SkDraw.cpp     [all...]
SkAAClip.cpp     [all...]
  /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/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 215 SkScalar stopY = stop.fY;
219 stopY = SkScalarHalf(stopY);
222 y -= stopY;
GrDistanceFieldTextContext.cpp 464 SkFixed stopY = 0;
473 stopY += glyph.fAdvanceY;
478 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio;
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 215 SkScalar stopY = stop.fY;
219 stopY = SkScalarHalf(stopY);
222 y -= stopY;
GrDistanceFieldTextContext.cpp 464 SkFixed stopY = 0;
473 stopY += glyph.fAdvanceY;
478 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio;
  /frameworks/base/include/private/graphics/
Canvas.h 95 virtual void drawLine(float startX, float startY, float stopX, float stopY,
  /frameworks/base/core/jni/android/graphics/
SkiaCanvas.cpp 96 virtual void drawLine(float startX, float startY, float stopX, float stopY,
505 void SkiaCanvas::drawLine(float startX, float startY, float stopX, float stopY,
507 mCanvas->drawLine(startX, startY, stopX, stopY, paint);
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 542 final float startX, final float startY, final float stopX, final float stopY,
548 graphics.drawLine((int)startX, (int)startY, (int)stopX, (int)stopY);
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 753 public void drawLine(float startX, float startY, float stopX, float stopY, Paint paint) {
758 line[3] = stopY;
    [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 221 jfloat stopX, jfloat stopY, jlong paintHandle) {
223 get_canvas(canvasHandle)->drawLine(startX, startY, stopX, stopY, *paint);
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 

Completed in 1911 milliseconds

1 2