Home
last modified time | relevance | path

Searched refs:mpAlphaVDev (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev.cxx512 if( mpAlphaVDev ) in EnableRTL()
1077 if( mpAlphaVDev ) in SetClipRegion()
1101 if( mpAlphaVDev ) in SetClipRegion()
1154 if( mpAlphaVDev ) in MoveClipRegion()
1173 if( mpAlphaVDev ) in IntersectClipRegion()
1195 if( mpAlphaVDev ) in IntersectClipRegion()
1208 if( mpAlphaVDev ) in SetDrawMode()
1231 if( mpAlphaVDev ) in SetRasterOp()
1252 if( mpAlphaVDev ) in SetLineColor()
1320 if( mpAlphaVDev ) in SetLineColor()
[all …]
H A Doutdev2.cxx300 if( mpAlphaVDev ) in DrawOutDev()
343 if( mpAlphaVDev ) in DrawOutDev()
444 if( mpAlphaVDev ) in CopyArea()
521 if( mpAlphaVDev ) in DrawBitmap()
539 if( mpAlphaVDev ) in DrawBitmap()
559 if( mpAlphaVDev ) in DrawBitmap()
1295 if( mpAlphaVDev ) in DrawMask()
1323 if( mpAlphaVDev ) in DrawMask()
1352 if( mpAlphaVDev ) in DrawMask()
1637 if( mpAlphaVDev ) in GetBitmapEx()
[all …]
H A Doutdev5.cxx101 if( mpAlphaVDev ) in DBG_NAMEEX()
102 mpAlphaVDev->DrawRect( rRect, nHorzRound, nVertRound ); in DBG_NAMEEX()
151 if( mpAlphaVDev ) in DrawEllipse()
152 mpAlphaVDev->DrawEllipse( rRect ); in DrawEllipse()
198 if( mpAlphaVDev ) in DrawArc()
199 mpAlphaVDev->DrawArc( rRect, rStartPt, rEndPt ); in DrawArc()
252 if( mpAlphaVDev ) in DrawPie()
253 mpAlphaVDev->DrawPie( rRect, rStartPt, rEndPt ); in DrawPie()
306 if( mpAlphaVDev ) in DrawChord()
307 mpAlphaVDev->DrawChord( rRect, rStartPt, rEndPt ); in DrawChord()
H A Dvirdev.cxx324 if(mpAlphaVDev && mpAlphaVDev->GetOutputSizePixel() != rNewSize) in SetOutputSizePixel()
326 delete mpAlphaVDev; in SetOutputSizePixel()
327 mpAlphaVDev = 0L; in SetOutputSizePixel()
330 if( !mpAlphaVDev ) in SetOutputSizePixel()
332 mpAlphaVDev = new VirtualDevice( *this, mnAlphaDepth ); in SetOutputSizePixel()
333 mpAlphaVDev->ImplSetOutputSizePixel(rNewSize, bErase); in SetOutputSizePixel()
338 mpAlphaVDev->SetLineColor( COL_BLACK ); in SetOutputSizePixel()
341 mpAlphaVDev->SetFillColor( COL_BLACK ); in SetOutputSizePixel()
343 mpAlphaVDev->SetMapMode( GetMapMode() ); in SetOutputSizePixel()
H A Doutdev6.cxx148 if( mpAlphaVDev ) in DBG_NAMEEX()
338 VirtualDevice* pOldAlphaVDev = mpAlphaVDev; in DrawTransparent()
342 if( mpAlphaVDev ) in DrawTransparent()
343 mpAlphaVDev = NULL; in DrawTransparent()
615 mpAlphaVDev = pOldAlphaVDev; in DrawTransparent()
618 if( mpAlphaVDev ) in DrawTransparent()
627 mpAlphaVDev->SetFillColor( aFillCol ); in DrawTransparent()
1139 if( mpAlphaVDev ) in DrawWallpaper()
1179 if( mpAlphaVDev ) in Erase()
1180 mpAlphaVDev->Erase(); in Erase()
[all …]
H A Doutdev3.cxx5016 if( mpAlphaVDev ) in SetAntialiasing()
5149 if( mpAlphaVDev ) in SetLayoutMode()
5164 if( mpAlphaVDev ) in SetDigitLanguage()
5210 if( mpAlphaVDev ) in SetTextColor()
5229 if( mpAlphaVDev ) in SetTextFillColor()
5283 if( mpAlphaVDev ) in SetTextFillColor()
5309 if( mpAlphaVDev ) in SetTextLineColor()
5352 if( mpAlphaVDev ) in SetTextLineColor()
5368 if( mpAlphaVDev ) in SetOverlineColor()
5411 if( mpAlphaVDev ) in SetOverlineColor()
[all …]
H A Doutmap.cxx814 if( mpAlphaVDev ) in EnableMapMode()
815 mpAlphaVDev->EnableMapMode( bEnable ); in EnableMapMode()
849 if( mpAlphaVDev ) in SetMapMode()
850 mpAlphaVDev->SetMapMode(); in SetMapMode()
874 if( mpAlphaVDev ) in SetMapMode()
875 mpAlphaVDev->SetMapMode( rNewMapMode ); in SetMapMode()
1025 if( mpAlphaVDev ) in SetRelativeMapMode()
1026 mpAlphaVDev->SetRelativeMapMode( rNewMapMode ); in SetRelativeMapMode()
2470 if( mpAlphaVDev ) in SetPixelOffset()
2471 mpAlphaVDev->SetPixelOffset( rOffset ); in SetPixelOffset()
H A Doutdev4.cxx770 if( mpAlphaVDev ) in DrawGradient()
773 mpAlphaVDev->ImplFillOpaqueRectangle( rRect ); in DrawGradient()
997 if( mpAlphaVDev ) in DrawGradient()
998 mpAlphaVDev->DrawPolyPolygon( rPolyPoly ); in DrawGradient()
1119 if( mpAlphaVDev ) in DrawHatch()
1120 mpAlphaVDev->DrawHatch( rPolyPoly, rHatch ); in DrawHatch()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx315 VirtualDevice* mpAlphaVDev; member in OutputDevice

Completed in 131 milliseconds