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

1 2 3 4 5 6 7 8

  /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);
  /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/webkit/Source/WebCore/rendering/mathml/
RenderMathMLBlock.cpp 94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty));
95 info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetHeight()));
96 info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offsetHeight()));
97 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx, ty + offsetHeight()));
103 info.context->drawLine(IntPoint(tx, ty + topStart), IntPoint(tx + offsetWidth(), ty + topStart));
109 info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline));
  /external/skia/legacy/src/animator/
SkDrawLine.cpp 33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
  /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...]
  /external/skia/gm/
verttext2.cpp 48 canvas->drawLine(0, SkIntToScalar(10),
50 canvas->drawLine(0, SkIntToScalar(240),
52 canvas->drawLine(0, SkIntToScalar(470),
techtalk1.cpp 62 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
65 static void drawLine(SkCanvas* canvas, const SkPoint& p0, const SkPoint& p1,
67 canvas->drawLine(p0.fX, p0.fY, p1.fX, p1.fY, paint);
76 drawLine(canvas, pts[indices[i]], pts[indices[i+1]], paint);
77 drawLine(canvas, pts[indices[i+1]], pts[indices[i+2]], paint);
78 drawLine(canvas, pts[indices[i+2]], pts[indices[i]], paint);
119 canvas->drawLine(pts[i].fX, pts[i].fY, cx, cy, paint);
134 canvas->drawLine(50, 50, 400, 100, paint);
140 canvas->drawLine(100, 50, 450, 50, paint);
poly2poly.cpp 43 canvas->drawLine(0, 0, D, D, *paint);
44 canvas->drawLine(0, D, D, 0, *paint);
aaclip.cpp 22 canvas->drawLine(10, 10, big, 10, paint);
23 canvas->drawLine(-big, 20, 500, 20, paint);
24 canvas->drawLine(-big, 30, big, 30, paint);
34 canvas->drawLine(x, 0, x + width, 0, paint);
  /cts/apps/CtsVerifier/include/colorchecker/
imagetesthandler.h 43 void drawLine(int angle, int radius, const Vec3i &color);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLCanvasTest.java 86 canvas.drawLine(0, 0, 1, 1, newColorPaint(0x7F804020));
100 canvas.drawLine(0, 0, 1, 1, newColorPaint(c));
154 canvas.drawLine(0, 0, 1, 1, newColorPaint(0xFF804020));
166 // This test assumes the drawLine() function use glDrawArrays() with
193 canvas.drawLine(2, 7, 1, 8, newColorPaint(0) /* color */);
210 // This test assumes the drawLine() function use glDrawArrays() with
302 canvas.drawLine(0, 0, 1, 1, newColorPaint(color));
319 canvas.drawLine(0, 0, 1, 1, newColorPaint(color));
330 canvas.drawLine(0, 0, 1, 1, newColorPaint(color));
340 canvas.drawLine(0, 0, 1, 1, newColorPaint(color))
    [all...]
  /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(),
ImageStraighten.java 127 canvas.drawLine(p, 0, p, dHeight, gPaint);
128 canvas.drawLine(0, p, dWidth, p, gPaint);
  /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);
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 154 gc.drawLine(center, y, center, yy + TGAP);
162 gc.drawLine(center - x, y, center - x, yy + TGAP);
163 gc.drawLine(center + x, y, center + x, yy + TGAP);
175 gc.drawLine(0, yy, w, yy);
244 gc.drawLine(pts[0], pts[1], pts[2], pts[3]);
245 gc.drawLine(pts[4], pts[5], pts[6], pts[7]);
265 gc.drawLine(x, labelvpos + e.y - 1, x + e.x, labelvpos + e.y - 1);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
BaseRenderer.cpp 137 canvas.drawLine(0, 0, tileSize.width(), tileSize.height(), paint);
139 canvas.drawLine(0, tileSize.height(), tileSize.width(), 0, paint);
141 canvas.drawLine(tileSize.width(), 0, tileSize.width(), tileSize.height(), paint);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 98 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
100 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
Spline.java 202 canvas.drawLine(0, h, w, 0, gPaint);
209 canvas.drawLine(0, j * stepH, w, j * stepH, gPaint);
210 canvas.drawLine(j * stepW, 0, j * stepW, h, gPaint);
212 canvas.drawLine(0, 0, 0, h, gPaint);
213 canvas.drawLine(w, 0, w, h, gPaint);
214 canvas.drawLine(0, 0, w, 0, gPaint);
215 canvas.drawLine(0, h, w, h, gPaint);
305 canvas.drawLine(px, py, px, h, paint);
306 canvas.drawLine(0, py, px, py, paint);
309 canvas.drawLine(px, py, px, h, paint)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 122 cavas.drawLine(0, yoffset, maxx, yoffset, paint);
123 cavas.drawLine(0, yoffset+oneG, maxx, yoffset+oneG, paint);
124 cavas.drawLine(0, yoffset-oneG, maxx, yoffset-oneG, paint);
192 canvas.drawLine(mLastX, mLastValues[k], newX, v, paint);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 237 drawLine(canvas, paint, points[0], points[1]);
241 drawLine(canvas, paint, points[0], points[1]);
242 drawLine(canvas, paint, points[2], points[3]);
252 private static void drawLine(Canvas canvas, Paint paint, ResultPoint a, ResultPoint b) {
253 canvas.drawLine(a.getX(), a.getY(), b.getX(), b.getY(), paint);

Completed in 1336 milliseconds

1 2 3 4 5 6 7 8