Home
last modified time | relevance | path

Searched refs:numCmds (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp92 SkPathOrNull EMSCRIPTEN_KEEPALIVE FromCmds(uintptr_t /* float* */ cptr, int numCmds) { in FromCmds() argument
99 if ((i + n) > numCmds) { \ in FromCmds()
100 SkDebugf("Not enough args to match the verbs. Saw %d commands\n", numCmds); \ in FromCmds()
104 for(int i = 0; i < numCmds;){ in FromCmds()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp408 SkPathOrNull MakePathFromCmds(WASMPointerF32 cptr, int numCmds) { in MakePathFromCmds() argument
415 if ((i + n) > numCmds) { \ in MakePathFromCmds()
416 SkDebugf("Not enough args to match the verbs. Saw %d commands\n", numCmds); \ in MakePathFromCmds()
420 for(int i = 0; i < numCmds;){ in MakePathFromCmds()

Completed in 5 milliseconds