Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawPath.cpp147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
/external/skia/src/gpu/
DSkGr.cpp185 switch (fCurr->fPath->getFillType()) { in getPathFill()
DSkGpuDevice.cpp971 context->drawPath(tempPaint, path, skToGrFillType(path.getFillType()), &offset); in drawWithGPUMaskFilter()
1181 switch (pathPtr->getFillType()) { in drawPath()
DGrContext.cpp1271 if (skfill != pathToDraw->getFillType()) { in sw_draw_path_to_mask_texture()
/external/skia/tests/
DEmptyPathTest.cpp20 path.getFillType(), path.countPoints()); in appendStr()
DPathTest.cpp1076 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in TestPath()
/external/webkit/Source/WebCore/platform/graphics/skia/
DSkiaUtils.cpp208 SkPath::FillType originalFillType = originalPath->getFillType(); in SkPathContainsPoint()
/external/skia/src/core/
DSkScan_Path.cpp473 walk_convex_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, NULL); in sk_fill_path()
475 walk_edges(&headEdge, path.getFillType(), blitter, start_y, stop_y, proc); in sk_fill_path()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp99 SkPath::FillType ft = m_path->getFillType(); // save in contains()
/external/skia/include/core/
DSkPath.h69 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
/external/skia/src/pdf/
DSkPDFDevice.cpp266 clipFill = clipPath->getFillType(); in emit_clip()
764 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
DSkPDFFont.cpp1383 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populate()