Searched refs:mpLineColor (Results 1 – 4 of 4) sorted by relevance
42 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 …]
110 Color* mpLineColor; member131 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()
462 mpLineColor ( NULL ), in BitmapWriteAccess()471 delete mpLineColor; in ~BitmapWriteAccess()
233 BitmapColor* mpLineColor; member in BitmapWriteAccess
Completed in 48 milliseconds