/external/chromium_org/third_party/skia/src/core/ |
SkMaskFilter.cpp | 161 int stopX = startX + r.width(); 163 for (int x = startX; x < stopX; ++x) { 172 int stopX = startX + r.width(); 174 for (int x = startX; x < stopX; ++x) {
|
SkScan_Antihair.cpp | 101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0; 130 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, 132 SkASSERT(x < stopx); 133 int count = stopx - x; 189 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) SK_OVERRIDE { 190 SkASSERT(x < stopx); 219 } while (++x < stopx);
|
SkScan_Hairline.cpp | 16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, 18 SkASSERT(x < stopx); 23 } while (++x < stopx);
|
SkBitmapProcState.cpp | 625 const int stopX = s.fBitmap->width(); 643 ix = sk_int_mod(ix, stopX); 645 int n = SkMin32(stopX - ix, count); [all...] |
SkDraw.cpp | [all...] |
/external/skia/src/core/ |
SkMaskFilter.cpp | 161 int stopX = startX + r.width(); 163 for (int x = startX; x < stopX; ++x) { 172 int stopX = startX + r.width(); 174 for (int x = startX; x < stopX; ++x) {
|
SkScan_Antihair.cpp | 101 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) = 0; 130 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, 132 SkASSERT(x < stopx); 133 int count = stopx - x; 189 virtual SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed dy) SK_OVERRIDE { 190 SkASSERT(x < stopx); 219 } while (++x < stopx);
|
SkScan_Hairline.cpp | 16 static void horiline(int x, int stopx, SkFixed fy, SkFixed dy, 18 SkASSERT(x < stopx); 23 } while (++x < stopx);
|
SkBitmapProcState.cpp | 625 const int stopX = s.fBitmap->width(); 643 ix = sk_int_mod(ix, stopX); 645 int n = SkMin32(stopX - ix, count); [all...] |
SkDraw.cpp | [all...] |
/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);
|
/frameworks/base/core/java/android/widget/ |
CalendarView.java | [all...] |
/external/chromium_org/remoting/webapp/ |
client_session.js | [all...] |
/frameworks/base/core/jni/android/graphics/ |
Canvas.cpp | 404 jfloat startX, jfloat startY, jfloat stopX, 407 SkFloatToScalar(stopX), SkFloatToScalar(stopY), [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | [all...] |
/frameworks/base/core/java/android/view/ |
GLES20Canvas.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...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |