Home
last modified time | relevance | path

Searched refs:drawLine (Results 1 – 25 of 86) sorted by relevance

1234

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.cpp94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty)); in paint()
95 …info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetH… in paint()
96 …info.context->drawLine(IntPoint(tx, ty + offsetHeight()), IntPoint(tx + offsetWidth(), ty + offset… in paint()
97 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx, ty + offsetHeight())); in paint()
103 … info.context->drawLine(IntPoint(tx, ty + topStart), IntPoint(tx + offsetWidth(), ty + topStart)); in paint()
109 … info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline)); in paint()
/external/skia/gm/
Dtechtalk1.cpp62 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint); in show_mesh()
65 static void drawLine(SkCanvas* canvas, const SkPoint& p0, const SkPoint& p1, in drawLine() function
67 canvas->drawLine(p0.fX, p0.fY, p1.fX, p1.fY, paint); in drawLine()
76 drawLine(canvas, pts[indices[i]], pts[indices[i+1]], paint); in show_mesh()
77 drawLine(canvas, pts[indices[i+1]], pts[indices[i+2]], paint); in show_mesh()
78 drawLine(canvas, pts[indices[i+2]], pts[indices[i]], paint); in show_mesh()
119 canvas->drawLine(pts[i].fX, pts[i].fY, cx, cy, paint); in show_fan()
134 canvas->drawLine(50, 50, 400, 100, paint); in draw_line()
140 canvas->drawLine(100, 50, 450, 50, paint); in draw_line()
Dverttext2.cpp48 canvas->drawLine(0, SkIntToScalar(10), in onDraw()
50 canvas->drawLine(0, SkIntToScalar(240), in onDraw()
52 canvas->drawLine(0, SkIntToScalar(470), in onDraw()
Daaclip.cpp22 canvas->drawLine(10, 10, big, 10, paint); in test_giant_dash()
23 canvas->drawLine(-big, 20, 500, 20, paint); in test_giant_dash()
24 canvas->drawLine(-big, 30, big, 30, paint); in test_giant_dash()
34 canvas->drawLine(x, 0, x + width, 0, paint); in test_giant_dash()
Dpoly2poly.cpp43 canvas->drawLine(0, 0, D, D, *paint); in doDraw()
44 canvas->drawLine(0, D, D, 0, *paint); in doDraw()
Dgiantbitmap.cpp47 canvas.drawLine(0, yy, SkIntToScalar(W), yy + SkIntToScalar(W), in getBitmap()
55 canvas.drawLine(xx, 0, xx, SkIntToScalar(H), in getBitmap()
Dsrcmode.cpp40 canvas->drawLine(0, 0, W, H, p); in draw_hair()
46 canvas->drawLine(0, 0, W, H, p); in draw_thick()
Dbitmapscroll.cpp42 canvas.drawLine(w*2, 0, w*2, h*4, pLine); in make_bitmap()
43 canvas.drawLine( 0, h*2, w*4, h*2, pLine); in make_bitmap()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DBarGraph.java154 gc.drawLine(center, y, center, yy + TGAP); in paint()
162 gc.drawLine(center - x, y, center - x, yy + TGAP); in paint()
163 gc.drawLine(center + x, y, center + x, yy + TGAP); in paint()
175 gc.drawLine(0, yy, w, yy); in paint()
244 gc.drawLine(pts[0], pts[1], pts[2], pts[3]); in paint()
245 gc.drawLine(pts[4], pts[5], pts[6], pts[7]); in paint()
265 gc.drawLine(x, labelvpos + e.y - 1, x + e.x, labelvpos + e.y - 1); in paint()
DTimeLineGraph.java70 g.drawLine(left, top, left, bottom); in paint()
71 g.drawLine(left, bottom, right, bottom); in paint()
102 g.drawLine(xposition, yposition,right,yposition); in paint()
103 g.drawLine(left,yposition,xposition, yposition); in paint()
107 g.drawLine(lastx, lasty, xposition, yposition); in paint()
DLineGraph.java105 g.drawLine(left, top, left, bottom); in paint()
106 g.drawLine(left, bottom, right, bottom); in paint()
129 g.drawLine(lastx, lasty, xposition, yposition); in paint()
DFingerPrintGraph.java389 this.gc.drawLine(x, labelvpos + e.y - 1, x + e.x, labelvpos + e.y - 1); in drawBars()
440 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
454 this.gc.drawLine(0, this.graphHeight, this.graphWidth, this.graphHeight);
473 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
504 this.gc.drawLine(0, this.graphHeight, this.graphWidth, this.graphHeight);
538 this.gc.drawLine(MARGIN, MARGIN, MARGIN, yy + TGAP);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DBaseRenderer.cpp137 canvas.drawLine(0, 0, tileSize.width(), tileSize.height(), paint); in renderTiledContent()
139 canvas.drawLine(0, tileSize.height(), tileSize.width(), 0, paint); in renderTiledContent()
141 canvas.drawLine(tileSize.width(), 0, tileSize.width(), tileSize.height(), paint); in renderTiledContent()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivity.java237 drawLine(canvas, paint, points[0], points[1]); in drawResultPoints()
241 drawLine(canvas, paint, points[0], points[1]); in drawResultPoints()
242 drawLine(canvas, paint, points[2], points[3]); in drawResultPoints()
252 private static void drawLine(Canvas canvas, Paint paint, ResultPoint a, ResultPoint b) { in drawLine() method in CaptureActivity
253 canvas.drawLine(a.getX(), a.getY(), b.getX(), b.getY(), paint); in drawLine()
/external/webkit/Source/WebCore/rendering/
DRenderMediaControlsChromium.cpp196 context->drawLine(IntPoint(x, rect.y()), IntPoint(x, rect.y() + rect.height())); in paintMediaVolumeSlider()
229 context->drawLine(IntPoint(rect.x() + 1, rect.y()), in paintMediaTimelineContainer()
235 context->drawLine(IntPoint(rect.x() + rect.width() - 1, rect.y()), in paintMediaTimelineContainer()
DRenderThemeWinCE.cpp388 paintInfo.context->drawLine(xBounds.location(), xBounds.location() + xBounds.size()); in paintSearchFieldCancelButton()
389 …paintInfo.context->drawLine(IntPoint(xBounds.maxX(), xBounds.y()), IntPoint(xBounds.x(), xBounds.… in paintSearchFieldCancelButton()
502 i.context->drawLine(left, right); in paintSliderTrack()
507 i.context->drawLine(left, IntPoint(r.maxX() - 2, left.y())); in paintSliderTrack()
576 …paintInfo.context->drawLine(IntPoint(imRect.maxX(), imRect.y()), IntPoint(imRect.x(), imRect.maxY(… in paintMediaMuteButton()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java186 gc.drawLine(x, y, right, y); in drawHighlightRectangle()
187 gc.drawLine(x, y, x, bottom); in drawHighlightRectangle()
190 gc.drawLine(right, y, right, bottom); in drawHighlightRectangle()
191 gc.drawLine(x, bottom, right, bottom); in drawHighlightRectangle()
/external/skia/src/animator/
DSkDrawLine.cpp33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint); in draw()
/external/skia/legacy/src/animator/
DSkDrawLine.cpp33 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint); in draw()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp102 void GraphicsContext::drawLine(const IntPoint& from, const IntPoint& to) in drawLine() function in WebCore::GraphicsContext
107 m_data->drawLine(from, to); in drawLine()
243 drawLine(origin, origin + IntSize(width, 0)); in drawLineForText()
/external/skia/src/utils/
DSkLayer.cpp220 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p); in draw()
221 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p); in draw()
/external/skia/legacy/src/utils/
DSkLayer.cpp218 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p); in draw()
219 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p); in draw()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.cpp210 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, p); in draw()
211 canvas->drawLine(r.fLeft, r.fBottom, r.fRight, r.fTop, p); in draw()
/external/webkit/Source/WebKit/android/plugins/
DANPCanvasInterface.cpp109 canvas->skcanvas->drawLine(SkFloatToScalar(x0), SkFloatToScalar(y0), in anp_drawLine()
188 ASSIGN(i, drawLine); in ANPCanvasInterfaceV0_Init()
/external/chromium-trace/trace-viewer/src/
Dtimeline_viewport.js73 this.markers[i].drawLine(ctx, viewLWorld, viewRWorld, canvasH, this);
358 drawLine: function(ctx, viewLWorld, viewRWorld, canvasH, vp) { method in ViewportMarker

1234