Home
last modified time | relevance | path

Searched refs:FillType (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/core/
DSkPath.h46 enum FillType { enum
68 FillType getFillType() const { return (FillType)fFillType; } in getFillType()
75 void setFillType(FillType ft) { fFillType = SkToU8(ft); } in setFillType()
/external/skia/src/animator/
DSkDrawPath.cpp35 SK_MEMBER_PROPERTY(fillType, FillType),
180 fPath.setFillType((SkPath::FillType) value.fOperand.fS32); in setProperty()
/external/webkit/WebCore/platform/graphics/skia/
DSkiaUtils.h73 bool SkPathContainsPoint(SkPath*, const FloatPoint&, SkPath::FillType);
DSkiaUtils.cpp190 bool SkPathContainsPoint(SkPath* originalPath, const FloatPoint& point, SkPath::FillType ft) in SkPathContainsPoint()
195 SkPath::FillType originalFillType = originalPath->getFillType(); in SkPathContainsPoint()
DPlatformContextSkia.h117 void setFillRule(SkPath::FillType);
DPlatformContextSkia.cpp498 void PlatformContextSkia::setFillRule(SkPath::FillType fr) in setFillRule()
/external/skia/gm/
Dfilltypes.cpp23 void showPath(SkCanvas* canvas, int x, int y, SkPath::FillType ft, in showPath()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp86 SkPath::FillType ft = m_path->getFillType(); // save in contains()
/external/skia/src/core/
DSkScan_Path.cpp127 static void walk_edges(SkEdge* prevHead, SkPath::FillType fillType, in walk_edges()