Home
last modified time | relevance | path

Searched defs:pathOne (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dpath.spec.js86 const pathOne = 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/flutter/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp250 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
254 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakeFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp… in MakeFromOp()
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp264 bool EMSCRIPTEN_KEEPALIVE ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp()
282 SkPathOrNull EMSCRIPTEN_KEEPALIVE MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPa… in MakePathFromOp()
/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/src/pathops/
DSkPathOpsDebug.cpp533 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp555 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()