Searched refs:Indent (Results 1 – 3 of 3) sorted by relevance
53 Indent(1); printf("%d ", i); Print(&points[i]); Cr(); in Print()59 Indent(1); printf("%d ", i); Print(&rects[i]); Cr(); in Print()89 void PicturePrinter::Indent(int inc) { in Indent() function in PicturePrinter102 Indent(); printf("Unknown operator %d\n", number); Cr(); in Op()107 Indent(); Print("MovePenBy"); Print(&delta); Cr(); in MovePenBy()112 Indent(); Print("StrokeLine"); Print(&start); Print(&end); Cr(); in StrokeLine()117 Indent(); Print("StrokeRect"); Print(&rect); Cr(); in StrokeRect()122 Indent(); Print("FillRect"); Print(&rect); Cr(); in FillRect()127 Indent(); Print("StrokeRoundRect"); Print(&rect); Print("radii", &radii); Cr(); in StrokeRoundRect()132 Indent(); Print("FillRoundRect"); Print(&rect); Print("radii", &radii); Cr(); in FillRoundRect()[all …]
73 void Indent(int level) in Indent() function82 Indent(level); in PrintValue()109 Indent(level); in ExtractGroup()
103 void Indent(int inc = 0);