Home
last modified time | relevance | path

Searched refs:fillPath (Results 1 – 25 of 33) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dcxfa_fill.cpp90 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 …]
Dcxfa_fill.h32 CXFA_GEPath* fillPath,
40 CXFA_GEPath* fillPath,
44 CXFA_GEPath* fillPath,
48 CXFA_GEPath* fillPath,
52 CXFA_GEPath* fillPath,
Dcxfa_box.cpp219 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()
Dcxfa_stipple.cpp53 CXFA_GEPath* fillPath, in Draw() argument
70 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_radial.cpp56 CXFA_GEPath* fillPath, in Draw() argument
73 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_pattern.cpp53 CXFA_GEPath* fillPath, in Draw() argument
85 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_linear.cpp55 CXFA_GEPath* fillPath, in Draw() argument
89 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw()
Dcxfa_rectangle.cpp66 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()
Dcxfa_radial.h23 CXFA_GEPath* fillPath,
Dcxfa_stipple.h25 CXFA_GEPath* fillPath,
Dcxfa_pattern.h26 CXFA_GEPath* fillPath,
Dcxfa_linear.h26 CXFA_GEPath* fillPath,
/external/skia/docs/examples/
DPaint_getFillPath.cpp14 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()
Dstrokerect_gm.cpp37 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()
DPaint_getFillPath_2.cpp14 SkPath fillPath; in draw() local
15 paint.getFillPath(strokePath, &fillPath); in draw()
18 canvas->drawPath(fillPath, paint); in draw()
/external/pdfium/xfa/fwl/theme/
Dcfwl_pushbuttontp.cpp52 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/
DStrokeTest.cpp40 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/
DStrokeTest.cpp39 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/
Dstrokerect.cpp96 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/
Dstrokerect.cpp107 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/
DChartBench.cpp136 SkPath fillPath; in onDraw() local
158 &fillPath); in onDraw()
162 canvas->drawPath(fillPath, fillPaint); in onDraw()
/external/skia/samplecode/
DSampleChart.cpp133 SkPathBuilder plotPath, fillPath; in onDrawContent() local
144 &fillPath); in onDrawContent()
148 canvas->drawPath(fillPath.detach(), fillPaint); in onDrawContent()
DSampleSimpleStroker.cpp439 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/
DChartBench.cpp136 SkPath fillPath; in onDraw() local
158 &fillPath); in onDraw()
162 canvas->drawPath(fillPath, fillPaint); in onDraw()
/external/skqp/samplecode/
DSampleChart.cpp131 SkPath fillPath; in onDrawContent() local
153 &fillPath); in onDrawContent()
157 canvas->drawPath(fillPath, fillPaint); in onDrawContent()

12