Searched refs:spaceIndex (Results 1 – 2 of 2) sorted by relevance
163 int spaceIndex = LINE_LENGTH - 1; in print_indented() local164 while (spaceIndex > 0 && currLine[spaceIndex] != ' ') { in print_indented()165 spaceIndex--; in print_indented()168 if (0 == spaceIndex) { in print_indented()170 spaceIndex = LINE_LENGTH; in print_indented()176 SkDebugf(" %.*s\n", spaceIndex, currLine); in print_indented()177 currLine += spaceIndex + gap; in print_indented()