Searched refs:pathIndex (Results 1 – 6 of 6) sorted by relevance
262 int pathIndex; in getUriIndices()264 pathIndex = uriString.indexOf('/', schemeIndex + 3); // find first '/' after "://" in getUriIndices()265 if (pathIndex == -1 || pathIndex > queryIndex) { in getUriIndices()266 pathIndex = queryIndex; in getUriIndices()269 pathIndex = schemeIndex + 1; in getUriIndices()273 indices[PATH] = pathIndex; in getUriIndices()
114 for (size_t pathIndex = 0; variable115 pathIndex < SK_ARRAY_COUNT(paths);116 pathIndex++) {122 SkPath path = paths[pathIndex](cx, cy, size);
117 for (size_t pathIndex = 0; variable118 pathIndex < SK_ARRAY_COUNT(paths);119 pathIndex++) {125 SkPath path = paths[pathIndex](cx, cy, size);
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);
1149 int pathIndex = 0; in getDirectAliases() local1153 while (pathIndex < paths.length && in getDirectAliases()1154 paths[pathIndex].compareTo(subpath) < 0) { in getDirectAliases()1155 pathIndex++; in getDirectAliases()1161 int endIndex = pathIndex; in getDirectAliases()
769 Integer pathIndex = phs.get1(); in writeDiffs() local775 if (pathIndex != 0) { in writeDiffs()776 specialCode += "|" + pathIndex; in writeDiffs()