Lines Matching refs:Indent
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 PicturePrinter
102 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()
137 Indent(); Print("StrokeBezier"); Print(4, control); Cr(); in StrokeBezier()
142 Indent(); Print("FillBezier"); Print(4, control); Cr(); in FillBezier()
147 …Indent(); Print("StrokeArc center="); Print(¢er); Print("radii="); Print(&radii); Print("arcTh… in StrokeArc()
152 …Indent(); Print("FillArc center="); Print(¢er); Print("radii="); Print(&radii); Print("arcThet… in FillArc()
157 Indent(); Print("StrokeEllipse center="); Print(¢er); Print("radii="); Print(&radii); Cr(); in StrokeEllipse()
162 Indent(); Print("FillEllipse center="); Print(¢er); Print("radii="); Print(&radii); Cr(); in FillEllipse()
167 Indent(); Print("StrokePolygon"); in StrokePolygon()
174 Indent(); Print("FillPolygon"); in FillPolygon()
181 Indent(); Print("StrokeShape"); Print(shape); Cr(); in StrokeShape()
186 Indent(); Print("FillShape"); Print(shape); Cr(); in FillShape()
191 Indent(); Print("DrawString"); in DrawString()
199 Indent(); Print("DrawPixels"); Cr(); in DrawPixels()
204 Indent(); Print("SetClippingRects"); in SetClippingRects()
212 Indent(); in ClipToPicture()
221 Indent(); Print("PushState"); Cr(); in PushState()
228 Indent(); Print("PopState"); Cr(); in PopState()
233 Indent(); Print("EnterStateChange"); Cr(); in EnterStateChange()
238 Indent(); Print("ExitStateChange"); Cr(); in ExitStateChange()
243 Indent(); Print("EnterFontState"); Cr(); in EnterFontState()
248 Indent(); Print("ExitFontState"); Cr(); in ExitFontState()
253 Indent(); Print("SetOrigin"); Print(&pt); Cr(); in SetOrigin()
258 Indent(); Print("SetPenLocation"); Print(&pt); Cr(); in SetPenLocation()
263 Indent(); Print("SetDrawingMode"); in SetDrawingMode()
283 Indent(); Print("SetLineMode"); in SetLineMode()
302 Indent(); Print("SetPenSize", size); Cr(); in SetPenSize()
307 Indent(); Print("SetForeColor"); Print(color); Cr(); in SetForeColor()
312 Indent(); Print("SetBackColor"); Print(color); Cr(); in SetBackColor()
323 Indent(); Print("SetStipplePattern"); in SetStipplePattern()
337 Indent(); Print("SetScale", scale); Cr(); in SetScale()
342 Indent(); Print("SetFontFamily"); Print(family); Cr(); in SetFontFamily()
347 Indent(); Print("SetFontStyle"); Print(style); Cr(); in SetFontStyle()
352 Indent(); Print("SetFontSpacing"); in SetFontSpacing()
365 Indent(); Print("SetFontSize", size); Cr(); in SetFontSize()
370 Indent(); Print("SetFontRotation", rotation); Cr(); in SetFontRotate()
375 Indent(); Print("SetFontEncoding"); in SetFontEncoding()
398 Indent(); Print("SetFontFlags"); in SetFontFlags()
409 Indent(); Print("SetFontShear", shear); Cr(); in SetFontShear()
414 Indent(); Print("SetFontFace"); in SetFontFace()
443 fPrinter->Indent(); fPrinter->Print("BezierTo"); fPrinter->Cr(); in IterateBezierTo()
445 fPrinter->Indent(1); in IterateBezierTo()
458 fPrinter->Indent(); fPrinter->Print("Close"); fPrinter->Cr(); in IterateClose()
465 fPrinter->Indent(); fPrinter->Print("LineTo"); fPrinter->Cr(); in IterateLineTo()
468 fPrinter->Indent(1); fPrinter->Print(p); fPrinter->Cr(); in IterateLineTo()
477 fPrinter->Indent(); fPrinter->Print("MoveTo", point); fPrinter->Cr(); in IterateMoveTo()