/external/skia/gm/ |
D | pathopsinverse.cpp | 29 makePaint(&fOpPaint[kDifference_SkPathOp], oneColor); in onOnceBeforeDraw() 86 for (int op = kDifference_SkPathOp; op <= kReverseDifference_SkPathOp; ++op) { in onDraw() 106 SkPaint fOpPaint[kReverseDifference_SkPathOp - kDifference_SkPathOp + 1];
|
/external/skia/tests/ |
D | PathOpsBuilderTest.cpp | 19 builder.add(result, kDifference_SkPathOp); in DEF_TEST() 50 builder.add(rectPath, kDifference_SkPathOp); in DEF_TEST() 73 Op(opCompare, circle3, kDifference_SkPathOp, &opCompare); in DEF_TEST() 76 builder.add(circle3, kDifference_SkPathOp); in DEF_TEST() 149 builder.add(pathB, kDifference_SkPathOp); in DEF_TEST() 269 builder.add(clipRect, kDifference_SkPathOp); in DEF_TEST()
|
D | PathOpsOpTest.cpp | 42 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp1d() 55 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp2d() 68 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp3d() 81 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp5d() 94 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp6d() 107 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp7d() 120 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp8d() 133 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in cubicOp9d() 148 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in quadOp9d() 167 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in lineOp9d() [all …]
|
D | PathOpsInverseTest.cpp | 11 for (int op = kDifference_SkPathOp; op <= kReverseDifference_SkPathOp; ++op) { in DEF_TEST()
|
D | PathOpsSkpTest.cpp | 1925 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_hubbyscook_com_22() 2232 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_kpopexplorer_net_22() 2278 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_jessicaslens_wordpress_com_222() 2306 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_simplysaru_com_40() 2663 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_lokado_de_173() 2695 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_wartepop_blogspot_com_br_6() 2727 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_wartepop_blogspot_com_br_6a() 2810 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_evolvehq_com_210() 2900 testPathOp(reporter, path, pathB, kDifference_SkPathOp, filename); in skpwww_fashionscandal_com_94()
|
D | PathOpsExtendedTest.cpp | 149 case kDifference_SkPathOp: in showOp()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 186 {{ kDifference_SkPathOp, kIntersect_SkPathOp }, { kUnion_SkPathOp, kReverseDifference_SkPathOp }}, 187 {{ kIntersect_SkPathOp, kDifference_SkPathOp }, { kReverseDifference_SkPathOp, kUnion_SkPathOp }}, 188 {{ kUnion_SkPathOp, kReverseDifference_SkPathOp }, { kDifference_SkPathOp, kIntersect_SkPathOp }}, 190 {{ kReverseDifference_SkPathOp, kUnion_SkPathOp }, { kIntersect_SkPathOp, kDifference_SkPathOp }}, 251 op = kDifference_SkPathOp; in OpDebug()
|
/external/skia/include/pathops/ |
D | SkPathOps.h | 23 kDifference_SkPathOp, //!< subtract the op path from the first path enumerator
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 759 if (Op(m_skPath, strokePath, SkPathOp::kDifference_SkPathOp, in FlushPath() 1566 if (Op(skPath, strokePath, SkPathOp::kDifference_SkPathOp, in DrawPath()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 269 return Op(u, v, kDifference_SkPathOp, r); in apply_clip()
|