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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 710 const int stopY = s.fBitmap->height();
712 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
718 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
785 const int stopY = s.fBitmap->height();
788 iY0 = SkClampMax(yTemp, stopY-1);
791 iY0 = sk_int_mod(yTemp, stopY);
795 iY0 = sk_int_mirror(yTemp, stopY);
815 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
818 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
822 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
    [all...]
SkMaskFilter.cpp 134 int stopY = startY + r.height();
136 for (int y = startY; y < stopY; ++y) {
147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
SkAAClip.cpp     [all...]
SkDraw.cpp     [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 710 const int stopY = s.fBitmap->height();
712 int iy = sk_int_mod(s.fFilterOneY + y, stopY);
718 int iy2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
785 const int stopY = s.fBitmap->height();
788 iY0 = SkClampMax(yTemp, stopY-1);
791 iY0 = sk_int_mod(yTemp, stopY);
795 iY0 = sk_int_mirror(yTemp, stopY);
815 iY2 = SkClampMax(SkScalarFloorToInt(pt.fY), stopY-1);
818 iY2 = sk_int_mod(SkScalarFloorToInt(pt.fY), stopY);
822 iY2 = sk_int_mirror(SkScalarFloorToInt(pt.fY), stopY);
    [all...]
SkMaskFilter.cpp 134 int stopY = startY + r.height();
136 for (int y = startY; y < stopY; ++y) {
147 int stopY = startY + r.height();
149 for (int y = startY; y < stopY; ++y) {
SkAAClip.cpp     [all...]
SkDraw.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);
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 650 final float startX, final float startY, final float stopX, final float stopY,
657 graphics.drawLine((int)startX, (int)startY, (int)stopX, (int)stopY);
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js     [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 405 jfloat stopY, SkPaint* paint) {
407 SkFloatToScalar(stopX), SkFloatToScalar(stopY),
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3881 milliseconds