HomeSort by relevance Sort by last modified time
    Searched refs:fillPath (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_fill.h 32 CXFA_GEPath* fillPath,
40 CXFA_GEPath* fillPath,
44 CXFA_GEPath* fillPath,
48 CXFA_GEPath* fillPath,
52 CXFA_GEPath* fillPath,
cxfa_fill.cpp 91 CXFA_GEPath* fillPath,
98 DrawRadial(pGS, fillPath, rtWidget, matrix);
101 DrawPattern(pGS, fillPath, rtWidget, matrix);
104 DrawLinear(pGS, fillPath, rtWidget, matrix);
107 DrawStipple(pGS, fillPath, rtWidget, matrix);
111 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix);
119 CXFA_GEPath* fillPath,
125 stipple->Draw(pGS, fillPath, rtWidget, matrix);
129 CXFA_GEPath* fillPath,
    [all...]
cxfa_radial.h 23 CXFA_GEPath* fillPath,
cxfa_stipple.h 25 CXFA_GEPath* fillPath,
cxfa_linear.h 25 CXFA_GEPath* fillPath,
cxfa_pattern.h 25 CXFA_GEPath* fillPath,
cxfa_pattern.cpp 53 CXFA_GEPath* fillPath,
85 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix);
cxfa_radial.cpp 57 CXFA_GEPath* fillPath,
74 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix);
cxfa_stipple.cpp 53 CXFA_GEPath* fillPath,
70 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix);
cxfa_box.cpp 221 CXFA_GEPath fillPath;
233 GetPathArcOrRounded(rtWidget, fillPath, forceRound);
235 ToRectangle(this)->GetFillPath(strokes, rtWidget, &fillPath);
239 fillPath.Close();
241 fill->Draw(pGS, &fillPath, rtWidget, matrix);
246 CXFA_GEPath& fillPath,
262 fillPath.AddEllipse(rtDraw);
266 fillPath.AddArc(rtDraw.TopLeft(), rtDraw.Size(),
cxfa_linear.cpp 55 CXFA_GEPath* fillPath,
89 pGS->FillPath(fillPath, FXFILL_WINDING, &matrix);
cxfa_box.h 71 CXFA_GEPath& fillPath,
cxfa_rectangle.h 23 CXFA_GEPath* fillPath);
cxfa_rectangle.cpp 68 CXFA_GEPath* fillPath) {
100 fillPath->AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width,
170 fillPath->MoveTo(CFX_PointF(cp1.x, cp1.y + fRadius1));
183 fillPath->ArcTo(rtRadius.TopLeft(), rtRadius.Size(), sx, sy);
192 fillPath->LineTo(cp);
193 fillPath->LineTo(
196 fillPath->LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny));
370 pGraphic->FillPath(&pathLT, FXFILL_WINDING, &matrix);
381 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix);
396 pGS->FillPath(&path, FXFILL_ALTERNATE, &matrix)
    [all...]
  /external/pdfium/xfa/fwl/theme/
cfwl_pushbuttontp.cpp 51 CXFA_GEPath fillPath;
52 fillPath.AddSubpath(&strokePath);
60 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
67 m_pThemeData->clrEnd[iColor], &fillPath,
73 fillPath.Clear();
74 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
78 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix);
  /external/skia/tests/
StrokeTest.cpp 39 SkPath path, fillPath;
42 paint.getFillPath(path, &fillPath);
48 paint.getFillPath(path, &fillPath);
70 SkPath path, fillPath;
72 paint.getFillPath(path, &fillPath);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
  /external/skqp/tests/
StrokeTest.cpp 39 SkPath path, fillPath;
42 paint.getFillPath(path, &fillPath);
48 paint.getFillPath(path, &fillPath);
70 SkPath path, fillPath;
72 paint.getFillPath(path, &fillPath);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
  /external/skia/gm/
strokerect.cpp 96 SkPath path, fillPath;
98 paint.getFillPath(path, &fillPath);
99 draw_path(canvas, fillPath, r, join, doFill);
  /external/skqp/gm/
strokerect.cpp 96 SkPath path, fillPath;
98 paint.getFillPath(path, &fillPath);
99 draw_path(canvas, fillPath, r, join, doFill);
  /external/skia/bench/
ChartBench.cpp 136 SkPath fillPath;
158 &fillPath);
162 canvas->drawPath(fillPath, fillPaint);
  /external/skia/samplecode/
SampleChart.cpp 131 SkPath fillPath;
153 &fillPath);
157 canvas->drawPath(fillPath, fillPaint);
  /external/skqp/bench/
ChartBench.cpp 136 SkPath fillPath;
158 &fillPath);
162 canvas->drawPath(fillPath, fillPaint);
  /external/skqp/samplecode/
SampleChart.cpp 131 SkPath fillPath;
153 &fillPath);
157 canvas->drawPath(fillPath, fillPaint);
  /external/mdnsresponder/mDNSPosix/
parselog.py 197 c.fillPath()
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 761 const SkPath* fillPath = &m_skPath;
767 fillPath = &strokePath;
776 DebugShowSkiaDrawPath(m_pDriver.Get(), skCanvas, skPaint, *fillPath);
777 skCanvas->drawPath(*fillPath, skPaint);
    [all...]

Completed in 598 milliseconds

1 2