Home
last modified time | relevance | path

Searched defs:pathTwo (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js89 const pathTwo = new CanvasKit.Path(); constant
/third_party/skia/m133/modules/canvaskit/tests/
Dpath_test.js89 const pathTwo = new CanvasKit.Path(); constant
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp237 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
241 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp… in MakeFromOp()
/third_party/skia/m133/modules/pathkit/
Dpathkit_wasm_bindings.cpp246 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
250 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp… in MakeFromOp()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp321 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
325 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp()
/third_party/skia/m133/modules/canvaskit/
Dcanvaskit_bindings.cpp530 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
534 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()
/third_party/skia/m133/src/pathops/
DSkPathOpsDebug.cpp547 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()