Searched defs:pathTwo (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
H A D | DiagnosticTest.java | 117 Path pathTwo = tmpdir.resolve("Two.java"); in oneFileParseError() local 139 Path pathTwo = tmpdir.resolve("Two.java"); in oneFileParseErrorReplace() local
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 246 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()
|
/aosp_15_r20/external/skia/modules/canvaskit/tests/ |
H A D | path_test.js | 89 const pathTwo = new CanvasKit.Path(); constant
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 526 bool ApplyPathOp(SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in ApplyPathOp() 530 SkPathOrNull MakePathFromOp(const SkPath& pathOne, const SkPath& pathTwo, SkPathOp op) { in MakePathFromOp()
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 547 static void show_op(SkPathOp op, const char* pathOne, const char* pathTwo) { in show_op()
|