Searched defs:fillType (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp163 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType local
176 result->setFillType(fillType);
202 temp.setFillType(fillType);
206 result->setFillType(fillType);
H A DSkPathOpsOp.cpp257 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()] local
279 result->setFillType(fillType);
316 temp.setFillType(fillType);
320 result->setFillType(fillType);
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp163 SkPath::FillType fillType = path.isInverseFillType() ? SkPath::kInverseEvenOdd_FillType local
176 result->setFillType(fillType);
202 temp.setFillType(fillType);
206 result->setFillType(fillType);
H A DSkPathOpsOp.cpp257 SkPath::FillType fillType = gOutInverse[op][one.isInverseFillType()][two.isInverseFillType()] local
279 result->setFillType(fillType);
316 temp.setFillType(fillType);
320 result->setFillType(fillType);
/external/skia/tests/
H A DPathOpsExtendedTest.cpp138 SkPath::FillType fillType = path.getFillType(); local
139 SkASSERT(fillType >= SkPath::kWinding_FillType && fillType <= SkPath::kInverseEvenOdd_FillType);
143 SkDebugf(" %s.setFillType(SkPath::%s);\n", pathName, gFillTypeStr[fillType]);
524 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType;
525 path.setFillType(fillType);
546 if (fillType == SkPath::kEvenOdd_FillType) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp392 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; local
393 path.setFillType(fillType);
409 if (fillType == SkPath::kEvenOdd_FillType) {
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_Path.cpp114 static void walk_edges(SkEdge* prevHead, SkPath::FillType fillType, argument
121 int windingMask = (fillType & 1) ? 1 : -1;
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp671 SkPath::FillType fillType = path.getFillType(); local
674 gFillTypeStrs[fillType]);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp111 SkPath::FillType fillType = path.getFillType(); local
112 SkASSERT(fillType >= SkPath::kWinding_FillType && fillType <= SkPath::kInverseEvenOdd_FillType);
116 SkDebugf(" %s.setFillType(SkPath::%s);\n", name, gFillTypeStr[fillType]);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp392 SkPath::FillType fillType = useXor ? SkPath::kEvenOdd_FillType : SkPath::kWinding_FillType; local
393 path.setFillType(fillType);
409 if (fillType == SkPath::kEvenOdd_FillType) {
/external/skia/src/core/
H A DSkScan_Path.cpp114 static void walk_edges(SkEdge* prevHead, SkPath::FillType fillType, argument
121 int windingMask = (fillType & 1) ? 1 : -1;
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp674 SkPath::FillType fillType = path.getFillType(); local
677 gFillTypeStrs[fillType]);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 170 milliseconds