Home
last modified time | relevance | path

Searched refs:kDifference_SkPathOp (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dpathopsinverse.cpp29 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/
DPathOpsBuilderTest.cpp19 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()
DPathOpsOpTest.cpp42 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 …]
DPathOpsInverseTest.cpp11 for (int op = kDifference_SkPathOp; op <= kReverseDifference_SkPathOp; ++op) { in DEF_TEST()
DPathOpsSkpTest.cpp1925 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()
DPathOpsExtendedTest.cpp149 case kDifference_SkPathOp: in showOp()
/external/skia/src/pathops/
DSkPathOpsOp.cpp186 {{ 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/
DSkPathOps.h23 kDifference_SkPathOp, //!< subtract the op path from the first path enumerator
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp759 if (Op(m_skPath, strokePath, SkPathOp::kDifference_SkPathOp, in FlushPath()
1566 if (Op(skPath, strokePath, SkPathOp::kDifference_SkPathOp, in DrawPath()
/external/skia/src/pdf/
DSkPDFDevice.cpp269 return Op(u, v, kDifference_SkPathOp, r); in apply_clip()