Home
last modified time | relevance | path

Searched refs:aPen (Results 1 – 3 of 3) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx216 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 Ddx_canvashelper_texturefill.cxx421 Gdiplus::Pen aPen( Gdiplus::Color( 255, 255, 0, 0 ), in fillPolygonalGradient() local
424 rGraphics->DrawRectangle( &aPen, in fillPolygonalGradient()
/trunk/main/svx/workben/
H A Dedittest.cxx1094 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 33 milliseconds