/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_fill.cpp | 91 CXFA_GEPath* fillPath, in Draw() argument 98 DrawRadial(pGS, fillPath, rtWidget, matrix); in Draw() 101 DrawPattern(pGS, fillPath, rtWidget, matrix); in Draw() 104 DrawLinear(pGS, fillPath, rtWidget, matrix); in Draw() 107 DrawStipple(pGS, fillPath, rtWidget, matrix); in Draw() 111 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix); in Draw() 119 CXFA_GEPath* fillPath, in DrawStipple() argument 125 stipple->Draw(pGS, fillPath, rtWidget, matrix); in DrawStipple() 129 CXFA_GEPath* fillPath, in DrawRadial() argument 135 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 | 221 CXFA_GEPath fillPath; in DrawFill() local 233 GetPathArcOrRounded(rtWidget, fillPath, forceRound); in DrawFill() 235 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath); in DrawFill() 239 fillPath.Close(); in DrawFill() 241 fill->Draw(pGS, &fillPath, rtWidget, matrix); in DrawFill() 246 CXFA_GEPath& fillPath, in GetPathArcOrRounded() argument 262 fillPath.AddEllipse(rtDraw); in GetPathArcOrRounded() 266 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_rectangle.cpp | 68 CXFA_GEPath* fillPath) { in GetFillPath() argument 100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width, in GetFillPath() 170 fillPath->MoveTo(CFX_PointF(cp1.x, cp1.y + fRadius1)); in GetFillPath() 183 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy); in GetFillPath() 192 fillPath->LineTo(cp); in GetFillPath() 193 fillPath->LineTo( in GetFillPath() 196 fillPath->LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny)); in GetFillPath()
|
D | cxfa_radial.cpp | 57 CXFA_GEPath* fillPath, in Draw() argument 74 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_radial.h | 23 CXFA_GEPath* fillPath,
|
D | cxfa_stipple.h | 25 CXFA_GEPath* fillPath,
|
D | cxfa_pattern.h | 25 CXFA_GEPath* fillPath,
|
D | cxfa_linear.h | 25 CXFA_GEPath* fillPath,
|
D | cxfa_box.h | 71 CXFA_GEPath& fillPath,
|
D | cxfa_rectangle.h | 23 CXFA_GEPath* fillPath);
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_pushbuttontp.cpp | 51 CXFA_GEPath fillPath; in DrawBackground() local 52 fillPath.AddSubpath(&strokePath); in DrawBackground() 60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 67 m_pThemeData->clrEnd[iColor], &fillPath, in DrawBackground() 73 fillPath.Clear(); in DrawBackground() 74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width, in DrawBackground() 78 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix); in DrawBackground()
|
/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/skia/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 | 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/skqp/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()
|
/external/skia/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 | 131 SkPath fillPath; in onDrawContent() local 153 &fillPath); in onDrawContent() 157 canvas->drawPath(fillPath, fillPaint); in onDrawContent()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 761 const SkPath* fillPath = &m_skPath; in FlushPath() local 767 fillPath = &strokePath; in FlushPath() 776 DebugShowSkiaDrawPath(m_pDriver.Get(), skCanvas, skPaint, *fillPath); in FlushPath() 777 skCanvas->drawPath(*fillPath, skPaint); in FlushPath() 1925 const SkPath* fillPath = &skPath; in DrawPath() local 1931 fillPath = &strokePath; in DrawPath() 1940 DebugShowSkiaDrawPath(this, m_pCanvas, skPaint, *fillPath); in DrawPath() 1941 m_pCanvas->drawPath(*fillPath, skPaint); in DrawPath()
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 197 c.fillPath()
|