Home
last modified time | relevance | path

Searched refs:pathIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/gm/
Dinversepaths.cpp114 for (size_t pathIndex = 0; variable
115 pathIndex < SK_ARRAY_COUNT(paths);
116 pathIndex++) {
122 SkPath path = paths[pathIndex](cx, cy, size);
/third_party/typescript/src/server/
DscriptVersionCache.ts104 let pathIndex = this.startPath.length - 2;
105 while (pathIndex >= 0) {
106 const insertionNode = this.startPath[pathIndex] as LineNode; constant
108 pathIndex--;
/third_party/node/deps/v8/tools/profview/
Dprofile-utils.js131 function addFrameToFrameList(paths, pathIndex, depth) { argument
134 paths[paths.length - 3] + 1 === pathIndex &&
138 paths.push(pathIndex, depth, 1);