Home
last modified time | relevance | path

Searched refs:IsInverseFillType (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.cpp88 if (SkPath::IsInverseFillType(proc.fOverrideFillType)) { in emitCode()
/external/skqp/include/core/
DSkPath.h202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); } in isInverseFillType()
983 static bool IsInverseFillType(FillType fill) { in IsInverseFillType() function
/external/skia/src/core/
DSkPathPriv.h354 static bool IsInverseFillType(SkPathFillType fill) { in IsInverseFillType() function
/external/skqp/docs/
DSkPath_Reference.bmh2850 #Method static bool IsInverseFillType(FillType fill)
2890 SkDebugf("IsInverseFillType(%s) == %s\n", fill.name, SkPath::IsInverseFillType(fill.fill) ?
2895 IsInverseFillType(kWinding_FillType) == false
2896 IsInverseFillType(kEvenOdd_FillType) == false
2897 IsInverseFillType(kInverseWinding_FillType) == true
2898 IsInverseFillType(kInverseEvenOdd_FillType) == true
2963 #SeeAlso FillType getFillType setFillType IsInverseFillType
/external/skqp/src/core/
DSkScan_AAAPath.cpp1397 bool isInverse = SkPath::IsInverseFillType(fillType); in aaa_walk_edges()
/external/skqp/site/user/api/
DSkPath_Reference.md110 …static bool <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>(<a href='#SkPath_FillType'>F…
3267 static bool <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>(<a href='#SkPath_FillType'>Fi…
3300 IsInverseFillType(kWinding_FillType) == false
3301 IsInverseFillType(kEvenOdd_FillType) == false
3302 IsInverseFillType(kInverseWinding_FillType) == true
3303 IsInverseFillType(kInverseEvenOdd_FillType) == true
3359 …ref='#SkPath_setFillType'>setFillType</a> <a href='#SkPath_IsInverseFillType'>IsInverseFillType</a>
/external/skqp/src/gpu/
DGrTessellator.cpp2174 if (SkPath::IsInverseFillType(fillType)) { in path_to_polys()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2380 static bool IsInverseFillType(FillType fill);