Searched refs:fIndent (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/print/
H A DPicturePrinter.cpp35 : fIndent(indent)
90 for (int i = fIndent + inc; i > 0; i --) printf(" ");
94 fIndent ++;
98 fIndent --;
215 PicturePrinter printer(fIndent+1);
/haiku/headers/private/print/
H A DPicturePrinter.h90 int fIndent; member in class:PicturePrinter

Completed in 41 milliseconds