Searched refs:Indent (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/kits/print/
H A DPicturePrinter.cpp53 Indent(1); printf("%d ", i); Print(&points[i]); Cr();
59 Indent(1); printf("%d ", i); Print(&rects[i]); Cr();
89 void PicturePrinter::Indent(int inc) { function in class:PicturePrinter
102 Indent(); printf("Unknown operator %d\n", number); Cr();
107 Indent(); Print("MovePenBy"); Print(&delta); Cr();
112 Indent(); Print("StrokeLine"); Print(&start); Print(&end); Cr();
117 Indent(); Print("StrokeRect"); Print(&rect); Cr();
122 Indent(); Print("FillRect"); Print(&rect); Cr();
127 Indent(); Print("StrokeRoundRect"); Print(&rect); Print("radii", &radii); Cr();
132 Indent(); Prin
[all...]
/haiku/headers/private/print/
H A DPicturePrinter.h103 void Indent(int inc = 0);
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp73 void Indent(int level) function
82 Indent(level);
109 Indent(level);

Completed in 50 milliseconds