Searched refs:fSpaces (Results 1 – 2 of 2) sorted by relevance
271 fSpaces = 0; in writeBlockTrim()297 SkASSERT(fIndent >= fSpaces); in writePending()298 SkASSERT(fIndent - fSpaces < 80); in writePending()300 SkDebugf("%*s", fIndent - fSpaces, ""); in writePending()302 fprintf(fOut, "%*s", fIndent - fSpaces, ""); in writePending()304 fSpaces = fIndent; in writePending()332 fSpaces = 0; in writeString()
95 fSpaces += column - fColumn; in indentToColumn()128 fSpaces = 0; in nl()218 SkASSERT(!fSpaces);239 int fSpaces; // number of spaces (indent) last written, zeroed on non-space variable