Searched refs:getFillType (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | SkGr.cpp | 168 switch (fCurr->fPath->getFillType()) { in getPathFill()
|
D | SkGpuDevice.cpp | 870 switch (pathPtr->getFillType()) { in drawPath()
|
/external/skia/src/animator/ |
D | SkDrawPath.cpp | 155 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 203 SkPath::FillType originalFillType = originalPath->getFillType(); in SkPathContainsPoint()
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | PathAndroid.cpp | 99 SkPath::FillType ft = m_path->getFillType(); // save in contains()
|
/external/skia/include/core/ |
D | SkPath.h | 76 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
|
/external/skia/tests/ |
D | PathTest.cpp | 190 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in TestPath()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 519 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc); in sk_fill_path()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 271 clipFill = clipPath->getFillType(); in emit_clip() 759 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
|
D | SkPDFFont.cpp | 789 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populateType3Font()
|