HomeSort by relevance Sort by last modified time
    Searched refs:drawLine (Results 1 - 25 of 291) 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);
verttext2.cpp 47 canvas->drawLine(0, SkIntToScalar(10),
49 canvas->drawLine(0, SkIntToScalar(240),
51 canvas->drawLine(0, SkIntToScalar(470),
pixelsnap.cpp 80 canvas->drawLine(0.5f,
85 canvas->drawLine(i * SkIntToScalar(kTrans) + 0.5f,
131 canvas->drawLine(1, 1, 4, 1, paint);
132 canvas->drawLine(6, 1, 6, 4, paint);
pictureshadercache.cpp 34 canvas->drawLine(fTileSize / 2, fTileSize * 1 / 3,
36 canvas->drawLine(fTileSize * 1 / 3, fTileSize / 2,
giantbitmap.cpp 46 canvas.drawLine(0, yy, SkIntToScalar(W), yy + SkIntToScalar(W),
54 canvas.drawLine(xx, 0, xx, SkIntToScalar(H),
imagemagnifier.cpp 58 canvas.drawLine(0, pos, SkIntToScalar(WIDTH_HEIGHT), pos, paint);
59 canvas.drawLine(pos, 0, pos, SkIntToScalar(WIDTH_HEIGHT), paint);
  /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());
  /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...]
  /frameworks/support/samples/SupportAnimationDemos/src/com/example/android/support/animation/
SpringView.java 60 canvas.drawLine(x, 0, x + sectionWidth / 2, sectionHeight / 2, mPaint);
64 canvas.drawLine(lastX, lastY, 2 * x - lastX, lastY + sectionHeight, mPaint);
68 canvas.drawLine(lastX, lastY, x, mLastHeight, mPaint);
  /cts/apps/CtsVerifier/include/colorchecker/
imagetesthandler.h 43 void drawLine(int angle, int radius, const Vec3i &color);
  /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 74 canvas->drawLine(x0, y0, x1, y0, paint);
81 canvas->drawLine(x0, y0, x1, y0, paint);
SampleLines.cpp 88 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
92 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
SampleRepeatTile.cpp 29 canvas.drawLine(x, 0, x, SkIntToScalar(H - 1), paint);
32 canvas.drawLine(0, 0, SkIntToScalar(W), 0, paint);
  /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);
  /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...]
  /external/skia/bench/
PictureNestingBench.cpp 59 c->drawLine(0.5, 0, 0, 1, paint);
60 c->drawLine(0.5, 0, 1, 1, paint);
61 c->drawLine(0, 1, 1, 1, paint);

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>