/external/skia/src/core/ |
H A D | SkRasterizer.cpp | 15 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 D | SkScalerContext.cpp | 150 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 D | SkRemote.h | 99 virtual void fillPath(ID path, CommonIDs) = 0;
|
H A D | SkRemote.cpp | 216 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 D | SkScalerContext.h | 318 void internalGetPath(const SkGlyph& glyph, SkPath* fillPath,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
H A D | pushbuttontp.cpp | 53 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 D | StrokeTest.cpp | 39 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 D | strokerect.cpp | 96 SkPath path, fillPath; variable 98 paint.getFillPath(path, &fillPath); 99 draw_path(canvas, fillPath, r, join, doFill);
|
H A D | strokes.cpp | 132 SkPath fillPath; variable 133 dashPaint.getFillPath(fDashedfPath, &fillPath);
|
/external/skia/bench/ |
H A D | ChartBench.cpp | 139 SkPath fillPath; variable 161 &fillPath); 165 canvas->drawPath(fillPath, fillPaint);
|
/external/skia/samplecode/ |
H A D | SampleChart.cpp | 132 SkPath fillPath; variable 154 &fillPath); 158 canvas->drawPath(fillPath, fillPaint);
|
/external/skia/src/effects/ |
H A D | SkLayerRasterizer.cpp | 60 SkPath fillPath, devPath; local 64 paint.getFillPath(path, &fillPath); 65 p = &fillPath;
|
/external/pdfium/xfa/src/fxfa/src/app/ |
H A D | xfa_ffwidget.cpp | 1115 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 D | SkRandomScalerContext.cpp | 101 SkPath devPath, fillPath; local 104 this->internalGetPath(*glyph, &fillPath, &devPath, &fillToDevMatrix);
|
/external/mdnsresponder/mDNSPosix/ |
H A D | parselog.py | 197 c.fillPath()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |