Searched refs:getFillType (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/animator/ |
D | SkDrawPath.cpp | 147 value->fOperand.fS32 = (int) fPath.getFillType(); in getProperty()
|
/external/skia/src/gpu/ |
D | SkGr.cpp | 185 switch (fCurr->fPath->getFillType()) { in getPathFill()
|
D | SkGpuDevice.cpp | 971 context->drawPath(tempPaint, path, skToGrFillType(path.getFillType()), &offset); in drawWithGPUMaskFilter() 1181 switch (pathPtr->getFillType()) { in drawPath()
|
D | GrContext.cpp | 1271 if (skfill != pathToDraw->getFillType()) { in sw_draw_path_to_mask_texture()
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 20 path.getFillType(), path.countPoints()); in appendStr()
|
D | PathTest.cpp | 1076 REPORTER_ASSERT(reporter, p.getFillType() == SkPath::kWinding_FillType); in TestPath()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | SkiaUtils.cpp | 208 SkPath::FillType originalFillType = originalPath->getFillType(); in SkPathContainsPoint()
|
/external/skia/src/core/ |
D | SkScan_Path.cpp | 473 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/ |
D | PathAndroid.cpp | 99 SkPath::FillType ft = m_path->getFillType(); // save in contains()
|
/external/skia/include/core/ |
D | SkPath.h | 69 FillType getFillType() const { return (FillType)fFillType; } in getFillType() function
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 266 clipFill = clipPath->getFillType(); in emit_clip() 764 SkPDFUtils::PaintPath(paint.getStyle(), pathPtr->getFillType(), in drawPath()
|
D | SkPDFFont.cpp | 1383 SkPDFUtils::PaintPath(paint.getStyle(), path->getFillType(), in populate()
|