HomeSort by relevance Sort by last modified time
    Searched full:drawline (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /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);
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 86 + "useStyle(DROP_ZONE), drawLine(1,0,1,480), "
89 "drawLine(1,0,1,480)" + (haveBounds ?
305 "useStyle(DROP_ZONE), drawLine(0,0,240,0), drawLine(0,90,240,90), "
306 + "drawLine(0,190,240,190), drawLine(0,290,240,290), "
307 + "drawLine(0,381,240,381)",
310 "useStyle(DROP_ZONE_ACTIVE), useStyle(DROP_PREVIEW), drawLine(0,0,240,0)",
320 "useStyle(DROP_ZONE_ACTIVE), useStyle(DROP_PREVIEW), drawLine(0,0,240,0)");
337 "useStyle(DROP_ZONE), drawLine(0,0,240,0), drawLine(0,90,240,90),
    [all...]
AbsoluteLayoutRuleTest.java 70 "useStyle(GUIDELINE), drawLine(30,0,30,480), drawLine(0,-10,240,-10)",
72 "useStyle(DROP_PREVIEW), drawLine(30,-10,240,-10), drawLine(30,-10,30,480)");
FrameLayoutRuleTest.java 61 "useStyle(DROP_PREVIEW), drawLine(1,0,1,480), drawLine(0,1,240,1)");
  /external/v8/test/mjsunit/tools/
tickprocessor-test.func-info 9 1 33.3% 33.3% LazyCompile: DrawLine 3d-cube.js:17
25 2 100.0% LazyCompile: DrawLine 3d-cube.js:17
28 1 33.3% LazyCompile: DrawLine 3d-cube.js:17
tickprocessor-test-func-info.log 7 code-creation,LazyCompile,0x480100,3908,"DrawLine 3d-cube.js:17",0xf43abc50,
  /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);
  /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/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 17 function DrawLine(From, To) {
193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 17 function DrawLine(From, To) {
193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; }
    [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/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);
  /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);
  /external/quake/quake/src/QW/client/
gl_ngraph.c 66 int drawline; local
73 for (drawline = 8; drawline; drawline--, 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(),
  /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...]
  /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...]
  /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...]
  /cts/apps/CtsVerifier/include/colorchecker/
imagetesthandler.h 43 void drawLine(int angle, int radius, const Vec3i &color);

Completed in 1462 milliseconds

1 2 3 4 5 6 7 8 9