Home
last modified time | relevance | path

Searched refs:ConvertToNonInverseFillType (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/docs/examples/
DPath_ConvertToNonInverseFillType.cpp24 fills[(int) SkPath::ConvertToNonInverseFillType(fills[i].fill)].name); in draw()
/third_party/skia/src/core/
DSkPathPriv.h368 static SkPathFillType ConvertToNonInverseFillType(SkPathFillType fill) { in ConvertToNonInverseFillType() function
/third_party/flutter/skia/tests/
DGrShapeTest.cpp148 if (SkPath::ConvertToNonInverseFillType(pathA.getFillType()) != in check_equivalence()
149 SkPath::ConvertToNonInverseFillType(pathB.getFillType())) { in check_equivalence()
166 pA.setFillType(SkPath::ConvertToNonInverseFillType(pathA.getFillType())); in check_equivalence()
167 pB.setFillType(SkPath::ConvertToNonInverseFillType(pathB.getFillType())); in check_equivalence()
575 p.setFillType(SkPath::ConvertToNonInverseFillType(path.getFillType())); in CheckBounds()
/third_party/flutter/skia/include/core/
DSkPath.h995 static FillType ConvertToNonInverseFillType(FillType fill) { in ConvertToNonInverseFillType() function
/third_party/flutter/skia/site/user/api/
DSkPath_Reference.md111 …pe'>FillType</a> <a href='#SkPath_ConvertToNonInverseFillType'>ConvertToNonInverseFillType</a>(<a …
3310 …Type'>setFillType</a> <a href='#SkPath_ConvertToNonInverseFillType'>ConvertToNonInverseFillType</a>
3317 …pe'>FillType</a> <a href='#SkPath_ConvertToNonInverseFillType'>ConvertToNonInverseFillType</a>(<a …
3349 ConvertToNonInverseFillType(kWinding_FillType) == kWinding_FillType
3350 ConvertToNonInverseFillType(kEvenOdd_FillType) == kEvenOdd_FillType
3351 ConvertToNonInverseFillType(kInverseWinding_FillType) == kWinding_FillType
3352 ConvertToNonInverseFillType(kInverseEvenOdd_FillType) == kEvenOdd_FillType
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2364 static FillType ConvertToNonInverseFillType(FillType fill);
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2398 static FillType ConvertToNonInverseFillType(FillType fill);