Searched refs:pathIndex (Results 1 – 6 of 6) sorted by relevance
56 for (pathIndex = 0; pathIndex < pathList.length; pathIndex++) {57 var main_path = pathList[pathIndex];94 alert("Zero length normal calculated at path " + pathIndex);99 alert("Normal of invalid length (" + normalLength2 + ") found at path " + pathIndex);
117 for (size_t pathIndex = 0; variable118 pathIndex < SK_ARRAY_COUNT(paths);119 pathIndex++) {125 SkPath path = paths[pathIndex](cx, cy, size);
122 function addFrameToFrameList(paths, pathIndex, depth) { argument125 paths[paths.length - 3] + 1 === pathIndex &&129 paths.push(pathIndex, depth, 1);
1077 int pathIndex = 0; in getDirectAliases() local1081 while (pathIndex < paths.length && in getDirectAliases()1082 paths[pathIndex].compareTo(subpath) < 0) { in getDirectAliases()1083 pathIndex++; in getDirectAliases()1089 int endIndex = pathIndex; in getDirectAliases()
694 Integer pathIndex = phs.get1(); in writeDiffs() local700 if (pathIndex != 0) { in writeDiffs()701 specialCode += "|" + pathIndex; in writeDiffs()