Searched refs:fillPath (Results 1 - 19 of 19) sorted by relevance

/external/skia/src/core/
H A DSkRasterizer.cpp15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
33 return this->onRasterize(fillPath, matrix, clipBounds, mask, mode);
38 bool SkRasterizer::onRasterize(const SkPath& fillPath, const SkMatrix& matrix, argument
43 fillPath.transform(matrix, &devPath);
H A DSkScalerContext.cpp150 SkPath devPath, fillPath; local
153 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
158 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, nullptr,
507 SkPath devPath, fillPath; local
511 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
518 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, nullptr,
602 void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, argument
625 // assume fillPath and devPath are already empty.
664 if (fillPath) {
665 fillPath
[all...]
H A DSkRemote.h99 virtual void fillPath(ID path, CommonIDs) = 0;
H A DSkRemote.cpp216 fEncoder->fillPath(p, common);
516 void fillPath(ID path, CommonIDs common) override {
697 void fillPath(ID path, CommonIDs common) override {
698 fWrapped->fillPath(path, common);
H A DSkScalerContext.h318 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
/external/pdfium/xfa/src/fwl/src/theme/
H A Dpushbuttontp.cpp53 CFX_Path fillPath; local
54 fillPath.Create();
55 fillPath.AddSubpath(&strokePath);
61 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
67 m_pThemeData->clrEnd[iColor], &fillPath,
72 fillPath.Clear();
73 fillPath.AddRectangle(rtInner.left, rtInner.top, rtInner.width,
77 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix);
/external/skia/tests/
H A DStrokeTest.cpp39 SkPath path, fillPath; local
42 paint.getFillPath(path, &fillPath);
48 paint.getFillPath(path, &fillPath);
70 SkPath path, fillPath; local
72 paint.getFillPath(path, &fillPath);
74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds()));
78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
/external/skia/gm/
H A Dstrokerect.cpp96 SkPath path, fillPath; variable
98 paint.getFillPath(path, &fillPath);
99 draw_path(canvas, fillPath, r, join, doFill);
H A Dstrokes.cpp132 SkPath fillPath; variable
133 dashPaint.getFillPath(fDashedfPath, &fillPath);
/external/skia/bench/
H A DChartBench.cpp139 SkPath fillPath; variable
161 &fillPath);
165 canvas->drawPath(fillPath, fillPaint);
/external/skia/samplecode/
H A DSampleChart.cpp132 SkPath fillPath; variable
154 &fillPath);
158 canvas->drawPath(fillPath, fillPaint);
/external/skia/src/effects/
H A DSkLayerRasterizer.cpp60 SkPath fillPath, devPath; local
64 paint.getFillPath(path, &fillPath);
65 p = &fillPath;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidget.cpp1115 CFX_Path& fillPath,
1132 fillPath.AddEllipse(rtDraw);
1137 fillPath.AddArc(rtDraw.left, rtDraw.top, rtDraw.width, rtDraw.height,
1305 CFX_Path& fillPath,
1320 XFA_BOX_GetPath_Arc(box, rtWidget, fillPath, dwFlags);
1356 fillPath.AddRectangle(rtWidget.left, rtWidget.top, rtWidget.width,
1421 fillPath.MoveTo(cp1.x, cp1.y + fRadius1);
1435 fillPath.ArcTo(rtRadius.left, rtRadius.top, rtRadius.width,
1443 fillPath.LineTo(cp.x, cp.y);
1444 fillPath
1113 XFA_BOX_GetPath_Arc(CXFA_Box box, CFX_RectF rtDraw, CFX_Path& fillPath, FX_DWORD dwFlags) argument
1302 XFA_BOX_GetFillPath(CXFA_Box box, const CXFA_StrokeArray& strokes, CFX_RectF rtWidget, CFX_Path& fillPath, FX_WORD dwFlags) argument
1449 XFA_BOX_Fill_Radial(CXFA_Box box, CFX_Graphics* pGS, CFX_Path& fillPath, CFX_RectF rtFill, CFX_Matrix* pMatrix) argument
1473 XFA_BOX_Fill_Pattern(CXFA_Box box, CFX_Graphics* pGS, CFX_Path& fillPath, CFX_RectF rtFill, CFX_Matrix* pMatrix) argument
1508 XFA_BOX_Fill_Linear(CXFA_Box box, CFX_Graphics* pGS, CFX_Path& fillPath, CFX_RectF rtFill, CFX_Matrix* pMatrix) argument
1555 CFX_Path fillPath; local
[all...]
/external/skia/src/fonts/
H A DSkRandomScalerContext.cpp101 SkPath devPath, fillPath; local
104 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
/external/mdnsresponder/mDNSPosix/
H A Dparselog.py197 c.fillPath()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 305 milliseconds