Home
last modified time | relevance | path

Searched refs:mpLineColor (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dbmpacc3.cxx42 delete mpLineColor; in SetLineColor()
43 mpLineColor = NULL; in SetLineColor()
50 delete mpLineColor; in SetLineColor()
53 mpLineColor = NULL; in SetLineColor()
64 if( mpLineColor ) in GetLineColor()
65 aRet = (const Color&) *mpLineColor; in GetLineColor()
134 if( mpLineColor ) in DrawLine()
136 const BitmapColor& rLineColor = *mpLineColor; in DrawLine()
301 if( mpLineColor && ( !mpFillColor || ( *mpFillColor != *mpLineColor ) ) ) in DrawRect()
359 if( mpLineColor && ( !mpFillColor || ( *mpFillColor != *mpLineColor ) ) ) in DrawPolygon()
[all …]
H A Doutdev.cxx110 Color* mpLineColor; member
131 if ( pObjStack->mpLineColor ) in ImplDeleteObjStack()
132 delete pObjStack->mpLineColor; in ImplDeleteObjStack()
2494 pData->mpLineColor = new Color( maLineColor ); in Push()
2496 pData->mpLineColor = NULL; in Push()
2589 if ( pData->mpLineColor ) in Pop()
2590 SetLineColor( *pData->mpLineColor ); in Pop()
H A Dbmpacc.cxx462 mpLineColor ( NULL ), in BitmapWriteAccess()
471 delete mpLineColor; in ~BitmapWriteAccess()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx233 BitmapColor* mpLineColor; member in BitmapWriteAccess

Completed in 33 milliseconds