Home
last modified time | relevance | path

Searched refs:getFillType (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DSkGr.cpp168 switch (fCurr->fPath->getFillType()) { in getPathFill()
DSkGpuDevice.cpp870 switch (pathPtr->getFillType()) { in drawPath()
/external/skia/src/animator/
DSkDrawPath.cpp155 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaUtils.cpp203 SkPath::FillType originalFillType = originalPath->getFillType(); in SkPathContainsPoint()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp99 SkPath::FillType ft = m_path->getFillType(); // save in contains()
/external/skia/include/core/
DSkPath.h76 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
/external/skia/tests/
DPathTest.cpp190 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in TestPath()
/external/skia/src/core/
DSkScan_Path.cpp519 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc); in sk_fill_path()
/external/skia/src/pdf/
DSkPDFDevice.cpp271 clipFill = clipPath->getFillType(); in emit_clip()
759 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
DSkPDFFont.cpp789 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populateType3Font()