Searched refs:kXOR_SkPathOp (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 189 {{ kXOR_SkPathOp, kXOR_SkPathOp }, { kXOR_SkPathOp, kXOR_SkPathOp }},
|
D | SkOpSegment.cpp | 31 static const bool gActiveEdge[kXOR_SkPathOp + 1][2][2][2][2] = {
|
/external/skia/include/pathops/ |
D | SkPathOps.h | 26 kXOR_SkPathOp, //!< exclusive-or the two paths enumerator
|
/external/skia/tests/ |
D | PathOpsOpCircleThreadedTest.cpp | 30 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCirclesMain()
|
D | PathOpsOpRectThreadedTest.cpp | 44 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testPathOpsRectsMain()
|
D | PathOpsOpCubicThreadedTest.cpp | 37 for (int op = 0 ; op <= kXOR_SkPathOp; ++op) { in testOpCubicsMain()
|
D | PathOpsExtendedTest.cpp | 147 case kXOR_SkPathOp: in showOp()
|
D | PathOpsOpTest.cpp | 403 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()
|
D | GrShapeTest.cpp | 36 Op(a, b, SkPathOp::kXOR_SkPathOp, &pathXor); in paths_fill_same()
|
/external/skia/gm/ |
D | pathopsinverse.cpp | 33 makePaint(&fOpPaint[kXOR_SkPathOp], sk_tool_utils::color_to_565(0xFFa0FFe0)); in onOnceBeforeDraw()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 215 return Op(u, v, kXOR_SkPathOp, r); in apply_clip()
|