Lines Matching refs:maBox
108 Size maBox; member in DemoRenderer
122 maBox(), in DemoRenderer()
145 maBox.Width() = aSize.Width() / 3; in DemoRenderer()
146 maBox.Height() = aSize.Height() / 3; in DemoRenderer()
305 drawStringAt ( aTitle, (maBox.Width() - nStringWidth) / 2, 15 ); in drawTitle()
326 translate( maBox.Width(), 0.0 ); in drawEllipses()
330 const basegfx::B2DPoint aCenter( maBox.Width()*.5, in drawEllipses()
331 maBox.Height()*.5 ); in drawEllipses()
332 const basegfx::B2DPoint aRadii( maBox.Width()*.3, in drawEllipses()
333 maBox.Height()*.3 ); in drawEllipses()
357 translate( maBox.Width() * 2.0, 0.0 ); in drawText()
362 maBox.Height() * .5 ); in drawText()
371 translate( 0.0, maBox.Height() ); in drawImages()
380 translate( maBox.Width()*0.1, maBox.Height()*0.2 ); in drawImages()
404 translate( maBox.Width(), maBox.Height() ); in drawLines()
417 translate( maBox.Width() * 2.0, maBox.Height() ); in drawCurves()
421 translate( maBox.Width() * .5, maBox.Height() * .5 ); in drawCurves()
466 translate( 0.0, maBox.Height() * 2.0 ); in drawArcs()
545 translate( maBox.Width() * 1.0, maBox.Height() * 2.0 ); in drawPolygons()
562 translate( maBox.Width() * 2.0, maBox.Height() * 2.0 ); in drawWidgets()