Searched refs:aPen (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper.cxx | 216 Gdiplus::Pen aPen( in drawLine() local 230 Gdiplus::Status hr = pGraphics->DrawLine( &aPen, in drawLine() 255 Gdiplus::Pen aPen( in drawBezier() local 269 Gdiplus::Status hr = pGraphics->DrawBezier( &aPen, in drawBezier() 301 Gdiplus::Pen aPen( in drawPolyPolygon() local 318 Gdiplus::Status hr = pGraphics->DrawPath( &aPen, pPath.get() ); in drawPolyPolygon() 350 Gdiplus::Pen aPen( in strokePolyPolygon() local 375 aPen.SetDashPattern( &rDashArray[0], in strokePolyPolygon() 378 aPen.SetLineCap( gdiCapFromCap(strokeAttributes.StartCapType), in strokePolyPolygon() 382 aPen.SetLineJoin( gdiJoinFromJoin(strokeAttributes.JoinType) ); in strokePolyPolygon() [all …]
|
H A D | dx_canvashelper_texturefill.cxx | 421 Gdiplus::Pen aPen( Gdiplus::Color( 255, 255, 0, 0 ), in fillPolygonalGradient() local 424 rGraphics->DrawRectangle( &aPen, in fillPolygonalGradient()
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 1094 Pen aPen( PEN_SOLID ); in IMPL_LINK() local 1095 aPen.SetColor( Color( COL_BLACK ) ); in IMPL_LINK() 1096 pPrinter->SetPen( aPen ); in IMPL_LINK() 1684 Pen aPen( PEN_SOLID ); in KeyInput() local 1686 aPen.SetColor( Color( COL_BLACK ) ); in KeyInput() 1687 SetPen( aPen ); in KeyInput()
|
Completed in 78 milliseconds