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

1 2 3 4 5 6

  /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/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/junit/src/junit/awtui/
ProgressBar.java 36 g.drawLine(0, 0, r.width-1, 0);
37 g.drawLine(0, 0, 0, r.height-1);
39 g.drawLine(r.width-1, 0, r.width-1, r.height-1);
40 g.drawLine(0, r.height-1, r.width-1, r.height-1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LinearLayoutRuleTest.java 87 + "useStyle(DROP_ZONE), drawLine(1,0,1,480), "
90 "drawLine(1,0,1,480)" + (haveBounds ?
306 "useStyle(DROP_ZONE), drawLine(0,0,240,0), drawLine(0,90,240,90), "
307 + "drawLine(0,190,240,190), drawLine(0,290,240,290), "
308 + "drawLine(0,381,240,381)",
311 "useStyle(DROP_ZONE_ACTIVE), useStyle(DROP_PREVIEW), drawLine(0,0,240,0)",
321 "useStyle(DROP_ZONE_ACTIVE), useStyle(DROP_PREVIEW), drawLine(0,0,240,0)");
338 "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/quake/quake/src/QW/client/
gl_ngraph.c 66 int drawline; local
73 for (drawline = 8; drawline; drawline--, y++)
  /external/skia/samplecode/
SampleDash.cpp 70 canvas->drawLine(x0, y0, x1, y0, paint);
77 canvas->drawLine(x0, y0, x1, y0, paint);
SampleExtractAlpha.cpp 76 canvas->drawLine(10, 5, 30, 4.8f, paint);
79 canvas->drawLine(20, 5, 40, 4.8f, paint);
SampleRepeatTile.cpp 24 canvas.drawLine(x, 0, x, SkIntToScalar(H - 1), paint);
27 canvas.drawLine(0, 0, SkIntToScalar(W), 0, paint);
SampleLines.cpp 87 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
91 canvas->drawLine(x, y, x + SkIntToScalar(90), y + SkIntToScalar(90), paint);
SampleArc.cpp 51 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p);
52 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p);
53 canvas->drawLine(r.fLeft, r.centerY(), r.fRight, r.centerY(), p);
54 canvas->drawLine(r.centerX(), r.fTop, r.centerX(), r.fBottom, p);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 66 gc.drawLine(b.x, y, b.x2(), y);
70 gc.drawLine(x, b.y, x, b.y2());
199 gc.drawLine(b.x, y1, b.x2(), y1);
200 gc.drawLine(b.x, y2, b.x2(), y2);
207 gc.drawLine(b.x, y, b.x2(), y );
223 gc.drawLine(x1, b.y, x1, b.y2());
224 gc.drawLine(x2, b.y, x2, b.y2());
231 gc.drawLine(x, b.y, x, b.y2());
242 gc.drawLine(x1, y1, x1 + dragBounds.w, y1);
256 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 235 public void drawLine(int x1, int y1, int x2, int y2) {
242 getGc().drawLine(x1, y1, x2, y2);
245 public void drawLine(Point p1, Point p2) {
246 drawLine(p1.x, p1.y, p2.x, p2.y);
541 graphics.drawLine(x1, y1, x2, y2);
548 graphics.drawLine(x2 - arrowWidth, y2 - arrowHeight, x2, y2);
549 graphics.drawLine(x2 + arrowWidth, y2 - arrowHeight, x2, y2);
551 graphics.drawLine(x2 - arrowWidth, y2 + arrowHeight, x2, y2);
552 graphics.drawLine(x2 + arrowWidth, y2 + arrowHeight, x2, y2);
557 graphics.drawLine(x2 - arrowHeight, y2 - arrowWidth, x2, y2)
    [all...]
  /external/skia/gm/
poly2poly.cpp 40 canvas->drawLine(0, 0, D, D, *paint);
41 canvas->drawLine(0, D, D, 0, *paint);
  /external/skia/src/animator/
SkDrawLine.cpp 41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
  /external/webkit/Source/WebCore/platform/graphics/android/
BaseRenderer.cpp 152 canvas.drawLine(0, 0, tileSize.width(), tileSize.height(), paint);
154 canvas.drawLine(0, tileSize.height(), tileSize.width(), 0, paint);
156 canvas.drawLine(0, 0, tileSize.width(), 0, paint);
157 canvas.drawLine(tileSize.width(), 0, tileSize.width(), tileSize.height(), paint);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestView.java 192 canvas.drawLine(x, y - textSize, x, y + 8, paint);
193 canvas.drawLine(x, y + 8, x + textWidthHB, y + 8, paint);
194 canvas.drawLine(x + textWidthHB, y - textSize, x + textWidthHB, y + 8, paint);
196 canvas.drawLine(x + textWidthICU, y - textSize, x + textWidthICU, y + 8, paint);

Completed in 4293 milliseconds

1 2 3 4 5 6