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

1 2 3 4 5 6 7 8 91011

  /packages/apps/Camera2/src/com/android/camera/util/
DebugBoundsRenderer.java 52 canvas.drawLine(x1, y1, x1 + size, y1, paint);
54 canvas.drawLine(x1, y1, x1, y1 + size, paint);
58 canvas.drawLine(x2 - size, y1, x2, y1, paint);
60 canvas.drawLine(x2, y1, x2, y1 + size, paint);
64 canvas.drawLine(x2 - size, y2, x2, y2, paint);
66 canvas.drawLine(x2, y2- size, x2, y2, paint);
70 canvas.drawLine(x1, y2, x1 + size, y2, paint);
72 canvas.drawLine(x1, y2 - size, x1, y2, paint);
78 canvas.drawLine(cX - halfSize, cY, cX + halfSize, cY, paint);
79 canvas.drawLine(cX, cY - halfSize, cX, cY + halfSize, paint)
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/
UnifiedContentBorder.java 30 g.drawLine(x, y, x + width, y);
32 g.drawLine(x, y + height - 2, x + width, y + height - 2);
34 g.drawLine(x, y + height - 1, x + width, y + height - 1);
  /external/skia/gm/
skbug_4868.cpp 10 // clipRect and drawLine should line up exactly when they use the same point.
21 canvas->drawLine(rc.left(), rc.top(), rc.right(), rc.bottom(), paint);
22 canvas->drawLine(rc.right(), rc.top(), rc.left(), rc.bottom(), paint);
pixelsnap.cpp 79 canvas->drawLine(0.5f,
84 canvas->drawLine(i * SkIntToScalar(kTrans) + 0.5f,
125 canvas->drawLine(1, 1, 4, 1, paint);
126 canvas->drawLine(6, 1, 6, 4, paint);
157 canvas->drawLine(3, 3, 0, 3, paint);
158 canvas->drawLine(3, 3, 3, 0, paint);
159 canvas->drawLine(4, 3, 7, 3, paint);
160 canvas->drawLine(4, 3, 4, 0, paint);
161 canvas->drawLine(3, 4, 0, 4, paint);
162 canvas->drawLine(3, 4, 3, 7, paint)
    [all...]
verttext2.cpp 55 canvas->drawLine(0, SkIntToScalar(10),
57 canvas->drawLine(0, SkIntToScalar(240),
59 canvas->drawLine(0, SkIntToScalar(470),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CameraPreviewView.java 48 canvas.drawLine(centerX, 0, centerX, canvas.getHeight(), mPaint);
56 canvas.drawLine(0, y, canvas.getWidth(), y, mPaint);
58 canvas.drawLine(0, y, canvas.getWidth(), y, mPaint);
62 canvas.drawLine(x, 0, x, canvas.getHeight(), mPaint);
64 canvas.drawLine(x, 0, x, canvas.getHeight(), mPaint);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 182 drawLine(c, -400, -400, -400, 400, -400, -400);
183 drawLine(c, 400, -400, -400, 400, 400, -400);
184 drawLine(c, 400, 400, -400, -400, 400, -400);
185 drawLine(c, -400, 400, -400, -400, -400, -400);
187 drawLine(c, -400, -400, 400, 400, -400, 400);
188 drawLine(c, 400, -400, 400, 400, 400, 400);
189 drawLine(c, 400, 400, 400, -400, 400, 400);
190 drawLine(c, -400, 400, 400, -400, -400, 400);
192 drawLine(c, -400, -400, 400, -400, -400, -400);
193 drawLine(c, 400, -400, 400, 400, -400, -400)
    [all...]
  /external/skia/debugger/QT/
SkListWidget.cpp 35 painter->drawLine(r.topLeft(),r.topRight());
36 painter->drawLine(r.topRight(),r.bottomRight());
37 painter->drawLine(r.bottomLeft(),r.bottomRight());
38 painter->drawLine(r.topLeft(),r.bottomLeft());
48 painter->drawLine(r.topLeft(),r.topRight());
49 painter->drawLine(r.topRight(),r.bottomRight());
50 painter->drawLine(r.bottomLeft(),r.bottomRight());
51 painter->drawLine(r.topLeft(),r.bottomLeft());
  /external/skia/src/animator/
SkDrawLine.cpp 33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java 76 canvas.drawLine(10 + xOffset, yOffset, 10 + xOffset, 40 + yOffset, p);
77 canvas.drawLine(30 + xOffset, yOffset, 40 + xOffset, 40 + yOffset, p);
78 canvas.drawLine(40 + xOffset, yOffset, 75 + xOffset, 35 + yOffset, p);
79 canvas.drawLine(50 + xOffset, 5+ yOffset, 100 + xOffset, 15 + yOffset, p);
80 canvas.drawLine(60 + xOffset, yOffset, 110 + xOffset, 2 + yOffset, p);
81 canvas.drawLine(60 + xOffset, 40 + yOffset, 110 + xOffset, 40 + yOffset, p);
90 canvas.drawLine(x, y, x, y + length, p);
94 canvas.drawLine(x, y, x + length, y + length, p);
209 canvas.drawLine(x, yOffset, x + 1, yOffset + length, p);
212 canvas.drawLine(x, yOffset, x + 1, yOffset + length, p)
    [all...]
LinesActivity.java 121 canvas.drawLine(0.0f, 0.0f, 40.0f, 400.0f, mSmallPaint);
122 canvas.drawLine(5.0f, 0.0f, 95.0f, 400.0f, mMediumPaint);
123 canvas.drawLine(22.0f, 0.0f, 162.0f, 400.0f, mLargePaint);
126 canvas.drawLine(42.0f, 0.0f, 222.0f, 400.0f, mLargePaint);
138 canvas.drawLine(0.0f, 0.0f, 400.0f, 0.0f, mSmallPaint);
140 canvas.drawLine(0.0f, 0.0f, 0.0f, 400.0f, mSmallPaint);
141 canvas.drawLine(0.0f, 400.0f, 400.0f, 400.0f, mSmallPaint);
152 canvas.drawLine(50.0f, 40.0f, 10.0f, 40.0f, mSmallPaint);
153 canvas.drawLine(10.0f, 45.0f, 20.0f, 55.0f, mSmallPaint);
154 canvas.drawLine(10.0f, 60.0f, 50.0f, 60.0f, mHairLinePaint)
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
st7735.cxx 45 lcd->drawLine(10, 10, 10, 100, ST7735_MAGENTA);
46 lcd->drawLine(20, 20, 10, 100, ST7735_YELLOW);
47 lcd->drawLine(30, 30, 50, 100, ST7735_WHITE);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
ST7735Sample.java 50 lcd.drawLine((short) 10, (short) 10, (short) 10, (short) 100,
52 lcd.drawLine((short) 20, (short) 20, (short) 10, (short) 100,
54 lcd.drawLine((short) 30, (short) 30, (short) 50, (short) 100,
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
st7735.js 38 lcd.drawLine(10, 10, 10, 100, st7735.ST7735_MAGENTA);
39 lcd.drawLine(20, 20, 10, 100, st7735.ST7735_YELLOW);
40 lcd.drawLine(30, 30, 10, 100, st7735.ST7735_WHITE);
  /cts/apps/CtsVerifier/include/colorchecker/
imagetesthandler.h 43 void drawLine(int angle, int radius, const Vec3i &color);
  /external/skia/src/core/
SkDrawable.cpp 31 canvas->drawLine(r.left(), r.top(), r.right(), r.bottom(), paint);
32 canvas->drawLine(r.left(), r.bottom(), r.right(), r.top(), paint);
  /packages/apps/Camera2/src/com/android/camera/ui/
GridLines.java 53 canvas.drawLine(mDrawBounds.left + x, mDrawBounds.top,
57 canvas.drawLine(mDrawBounds.left, mDrawBounds.top + y,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRedEye.java 119 canvas.drawLine(fullRect.centerX(), fullRect.top,
121 canvas.drawLine(fullRect.left, fullRect.centerY(),
130 canvas.drawLine(drawRect.centerX(), drawRect.top,
132 canvas.drawLine(drawRect.left, drawRect.centerY(),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PolyToPoly.java 49 canvas.drawLine(0, 0, 64, 64, mPaint);
50 canvas.drawLine(0, 64, 64, 0, mPaint);
  /external/skia/samplecode/
SampleDash.cpp 75 canvas->drawLine(x0, y0, x1, y0, paint);
82 canvas->drawLine(x0, y0, x1, y0, paint);
SampleLines.cpp 92 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
96 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
SampleRepeatTile.cpp 30 canvas.drawLine(x, 0, x, SkIntToScalar(H - 1), paint);
33 canvas.drawLine(0, 0, SkIntToScalar(W), 0, paint);
  /external/skia/tools/VisualBench/
VisualInteractiveModule.cpp 48 canvas->drawLine(rect.fLeft, rect.fBottom - kBaseMS*kPixelPerMS,
60 canvas->drawLine(SkIntToScalar(x), SkIntToScalar(startY),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 67 gc.drawLine(b.x, y, b.x2(), y);
71 gc.drawLine(x, b.y, x, b.y2());
202 gc.drawLine(b.x, y1, b.x2(), y1);
203 gc.drawLine(b.x, y2, b.x2(), y2);
210 gc.drawLine(b.x, y, b.x2(), y );
226 gc.drawLine(x1, b.y, x1, b.y2());
227 gc.drawLine(x2, b.y, x2, b.y2());
234 gc.drawLine(x, b.y, x, b.y2());
249 gc.drawLine(x1, y1, x1 + dragBounds.w, y1);
272 gc.drawLine(b.x, y - radius, b.x2(), y - radius)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 247 public void drawLine(int x1, int y1, int x2, int y2) {
254 getGc().drawLine(x1, y1, x2, y2);
258 public void drawLine(@NonNull Point p1, @NonNull Point p2) {
259 drawLine(p1.x, p1.y, p2.x, p2.y);
566 graphics.drawLine(x1, y1, x2, y2);
573 graphics.drawLine(x2 - arrowWidth, y2 - arrowHeight, x2, y2);
574 graphics.drawLine(x2 + arrowWidth, y2 - arrowHeight, x2, y2);
576 graphics.drawLine(x2 - arrowWidth, y2 + arrowHeight, x2, y2);
577 graphics.drawLine(x2 + arrowWidth, y2 + arrowHeight, x2, y2);
582 graphics.drawLine(x2 - arrowHeight, y2 - arrowWidth, x2, y2)
    [all...]

Completed in 2052 milliseconds

1 2 3 4 5 6 7 8 91011