Lines Matching refs:aOut

312 			            VirtualDevice aOut;  in create2DDecompositionOfGraphic()  local
323 aOut.SetOutputSizePixel(aDummySize); in create2DDecompositionOfGraphic()
324 aOut.EnableOutput(FALSE); in create2DDecompositionOfGraphic()
325 aOut.SetMapMode(aMapMode); in create2DDecompositionOfGraphic()
328 aMtf.Record(&aOut); in create2DDecompositionOfGraphic()
335 aOut.SetMapMode(aRelativeMapMode); in create2DDecompositionOfGraphic()
344 aOut.SetClipRegion(aCenteredRectangle); in create2DDecompositionOfGraphic()
350 aOut.IntersectClipRegion(aRightRectangle); in create2DDecompositionOfGraphic()
359 aOut.IntersectClipRegion(aRegion); in create2DDecompositionOfGraphic()
366 aOut.MoveClipRegion(nHor, nVer); in create2DDecompositionOfGraphic()
372 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
378 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
387 aOut.DrawWallpaper(aRectangle, aWallpaper); in create2DDecompositionOfGraphic()
407 aOut.DrawPixel(aPoint, aColor); in create2DDecompositionOfGraphic()
416aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
417 aOut.SetFillColor(); in create2DDecompositionOfGraphic()
424 aOut.DrawPixel(aPoint); in create2DDecompositionOfGraphic()
433aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
434 aOut.SetFillColor(); in create2DDecompositionOfGraphic()
455aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
477 aOut.DrawLine(aStart, aStop, aLineInfo); in create2DDecompositionOfGraphic()
481 aOut.DrawLine(aStart, aStop); in create2DDecompositionOfGraphic()
488aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
489aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
490 aOut.DrawRect(aRectangle); in create2DDecompositionOfGraphic()
495aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
496aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
499 aOut.DrawRect(aRectangle, nHor, nVer); in create2DDecompositionOfGraphic()
504aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
505aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
506 aOut.DrawEllipse(aRectangle); in create2DDecompositionOfGraphic()
511aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
512aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
513 aOut.DrawArc(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
518aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
519aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
520 aOut.DrawPie(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
525aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
526aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
527 aOut.DrawChord(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter()); in create2DDecompositionOfGraphic()
554aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
555aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
560 aOut.DrawPolyLine(aPolygon, aLineInfo); in create2DDecompositionOfGraphic()
564 aOut.DrawPolyLine(aPolygon); in create2DDecompositionOfGraphic()
593aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
594aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
595 aOut.DrawPolygon(aPolygon); in create2DDecompositionOfGraphic()
627aOut.SetLineColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
628aOut.SetFillColor(Color(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0))); in create2DDecompositionOfGraphic()
629 aOut.DrawPolyPolygon(aPolyPolygon); in create2DDecompositionOfGraphic()
637 aOut.DrawBitmapEx(aRectangle.TopLeft(), aBitmapEx); in create2DDecompositionOfGraphic()
645 aOut.DrawBitmapEx(aRectangle.TopLeft(), aRectangle.GetSize(), aBitmapEx); in create2DDecompositionOfGraphic()
654 aOut.DrawBitmapEx( in create2DDecompositionOfGraphic()
684 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
685 aOut.DrawText(aPointA, aText, 0, aText.Len()); in create2DDecompositionOfGraphic()
688 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
689 aOut.DrawText(aPointB, aText, 0, aText.Len()); in create2DDecompositionOfGraphic()
692 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
693 aOut.DrawText(aPointC, aText, 0, aText.Len()); in create2DDecompositionOfGraphic()
718 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
719 const sal_Int32 nWidth(aOut.GetTextWidth(aText, 0, aText.Len())); in create2DDecompositionOfGraphic()
720 aOut.DrawText(aPointA, aText, 0, aText.Len()); in create2DDecompositionOfGraphic()
721aOut.DrawTextLine(aPointA, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE); in create2DDecompositionOfGraphic()
722aOut.DrawTextLine(aPointB, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE); in create2DDecompositionOfGraphic()
723aOut.DrawTextLine(aPointC, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE); in create2DDecompositionOfGraphic()