Home
last modified time | relevance | path

Searched refs:kXOR_SkPathOp (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsOp.cpp189 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
DSkOpSegment.cpp31 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
/external/skia/include/pathops/
DSkPathOps.h26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
/external/skia/tests/
DPathOpsOpCircleThreadedTest.cpp30 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
DPathOpsOpRectThreadedTest.cpp44 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp37 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
DPathOpsExtendedTest.cpp147 case kXOR_SkPathOp: in showOp()
DPathOpsOpTest.cpp403 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor1()
431 testPathOp(reporter, one, two, kXOR_SkPathOp, filename); in testXor2()
655 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp31x()
1163 kXOR_SkPathOp,
1165 kXOR_SkPathOp,
2068 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in rectOp3x()
3010 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp97x()
3023 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubicOp98x()
5365 testPathOp(reporter, path, pathB, kXOR_SkPathOp, filename); in cubics_o()
6597 testPathOpFuzz(reporter, path1, path2, kXOR_SkPathOp, filename); in kfuzz2()
DGrShapeTest.cpp36 Op(a, b, SkPathOp::kXOR_SkPathOp, &pathXor); in paths_fill_same()
/external/skia/gm/
Dpathopsinverse.cpp33 makePaint(&fOpPaint[kXOR_SkPathOp], sk_tool_utils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
/external/skia/src/pdf/
DSkPDFDevice.cpp215 return Op(u, v, kXOR_SkPathOp, r); in apply_clip()