/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_fill.cpp | 90 CXFA_GEPath* fillPath, in Draw() argument 97 DrawRadial(pGS, fillPath, rtWidget, matrix); in Draw() 100 DrawPattern(pGS, fillPath, rtWidget, matrix); in Draw() 103 DrawLinear(pGS, fillPath, rtWidget, matrix); in Draw() 106 DrawStipple(pGS, fillPath, rtWidget, matrix); in Draw() 110 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw() 118 CXFA_GEPath* fillPath, in DrawStipple() argument 124 stipple->Draw(pGS, fillPath, rtWidget, matrix); in DrawStipple() 128 CXFA_GEPath* fillPath, in DrawRadial() argument 134 radial->Draw(pGS, fillPath, GetColor(false), rtWidget, matrix); in DrawRadial() [all …]
|
D | cxfa_fill.h | 32 CXFA_GEPath* fillPath, 40 CXFA_GEPath* fillPath, 44 CXFA_GEPath* fillPath, 48 CXFA_GEPath* fillPath, 52 CXFA_GEPath* fillPath,
|
D | cxfa_box.cpp | 219 CXFA_GEPath fillPath; in DrawFill() local 231 GetPathArcOrRounded(rtWidget, forceRound, &fillPath); in DrawFill() 233 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath); in DrawFill() 237 fillPath.Close(); in DrawFill() 239 fill->Draw(pGS, &fillPath, rtWidget, matrix); in DrawFill() 245 CXFA_GEPath* fillPath) { in GetPathArcOrRounded() argument 260 fillPath->AddEllipse(rtDraw); in GetPathArcOrRounded() 264 fillPath->AddArc(rtDraw.TopLeft(), rtDraw.Size(), in GetPathArcOrRounded()
|
D | cxfa_stipple.cpp | 53 CXFA_GEPath* fillPath, in Draw() argument 70 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_radial.cpp | 56 CXFA_GEPath* fillPath, in Draw() argument 73 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_pattern.cpp | 53 CXFA_GEPath* fillPath, in Draw() argument 85 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_linear.cpp | 55 CXFA_GEPath* fillPath, in Draw() argument 89 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
|
D | cxfa_rectangle.cpp | 66 CXFA_GEPath* fillPath) { in GetFillPath() argument 98 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath() 168 fillPath->MoveTo(CFX_PointF(cp1.x, cp1.y + fRadius1)); in GetFillPath() 181 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath() 190 fillPath->LineTo(cp); in GetFillPath() 191 fillPath->LineTo( in GetFillPath() 194 fillPath->LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny)); in GetFillPath()
|
D | cxfa_radial.h | 23 CXFA_GEPath* fillPath,
|
D | cxfa_stipple.h | 25 CXFA_GEPath* fillPath,
|
D | cxfa_pattern.h | 26 CXFA_GEPath* fillPath,
|
D | cxfa_linear.h | 26 CXFA_GEPath* fillPath,
|
/external/skia/docs/examples/ |
D | Paint_getFillPath.cpp | 14 SkPath fillPath; in draw() local 19 strokePaint.getFillPath(strokePath, &fillPath, nullptr, precision); in draw() 20 fillPath.transform(scale); in draw() 21 canvas->drawPath(fillPath, outlinePaint); in draw()
|
D | strokerect_gm.cpp | 37 SkPath path, fillPath; in draw() local 44 paint.getFillPath(path, &fillPath); in draw() 53 canvas->drawPath(fillPath, paint); in draw() 57 int n = fillPath.countPoints(); in draw() 59 fillPath.getPoints(points.get(), n); in draw()
|
D | Paint_getFillPath_2.cpp | 14 SkPath fillPath; in draw() local 15 paint.getFillPath(strokePath, &fillPath); in draw() 18 canvas->drawPath(fillPath, paint); in draw()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 52 CXFA_GEPath fillPath; in DrawBackground() local 53 fillPath.AddSubpath(&strokePath); in DrawBackground() 61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 71 fillPath.Clear(); in DrawBackground() 72 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 76 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams.m_matrix); in DrawBackground()
|
/external/skia/tests/ |
D | StrokeTest.cpp | 40 SkPath path, fillPath; in test_strokecubic() local 43 paint.getFillPath(path, &fillPath); in test_strokecubic() 49 paint.getFillPath(path, &fillPath); in test_strokecubic() 71 SkPath path, fillPath; in test_strokerect() local 73 paint.getFillPath(path, &fillPath); in test_strokerect() 75 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds())); in test_strokerect() 79 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(fillPath, nested) == isMiter); in test_strokerect()
|
/external/skqp/tests/ |
D | StrokeTest.cpp | 39 SkPath path, fillPath; in test_strokecubic() local 42 paint.getFillPath(path, &fillPath); in test_strokecubic() 48 paint.getFillPath(path, &fillPath); in test_strokecubic() 70 SkPath path, fillPath; in test_strokerect() local 72 paint.getFillPath(path, &fillPath); in test_strokerect() 74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds())); in test_strokerect() 78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
|
/external/skqp/gm/ |
D | strokerect.cpp | 96 SkPath path, fillPath; in onDraw() local 98 paint.getFillPath(path, &fillPath); in onDraw() 99 draw_path(canvas, fillPath, r, join, doFill); in onDraw()
|
/external/skia/gm/ |
D | strokerect.cpp | 107 SkPath path, fillPath; in onDraw() local 109 paint.getFillPath(path, &fillPath); in onDraw() 110 draw_path(canvas, fillPath, r, join, doFill); in onDraw()
|
/external/skqp/bench/ |
D | ChartBench.cpp | 136 SkPath fillPath; in onDraw() local 158 &fillPath); in onDraw() 162 canvas->drawPath(fillPath, fillPaint); in onDraw()
|
/external/skia/samplecode/ |
D | SampleChart.cpp | 133 SkPathBuilder plotPath, fillPath; in onDrawContent() local 144 &fillPath); in onDrawContent() 148 canvas->drawPath(fillPath.detach(), fillPaint); in onDrawContent()
|
D | SampleSimpleStroker.cpp | 439 SkPath fillPath = stroker.getFillPath(path, fStrokePaint); in onDrawContent() local 440 canvas->drawPath(fillPath, fNewFillPaint); in onDrawContent() 443 canvas->drawPath(fillPath, fHiddenPaint); in onDrawContent()
|
/external/skia/bench/ |
D | ChartBench.cpp | 136 SkPath fillPath; in onDraw() local 158 &fillPath); in onDraw() 162 canvas->drawPath(fillPath, fillPaint); in onDraw()
|
/external/skqp/samplecode/ |
D | SampleChart.cpp | 131 SkPath fillPath; in onDrawContent() local 153 &fillPath); in onDrawContent() 157 canvas->drawPath(fillPath, fillPaint); in onDrawContent()
|