Lines Matching refs:mpGraphics
68 if ( !mpGraphics ) in DBG_NAMEEX()
85 mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DBG_NAMEEX()
95 mpGraphics->DrawPolyLine( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX()
97 mpGraphics->DrawPolygon( aRoundRectPoly.GetSize(), pPtAry, this ); in DBG_NAMEEX()
123 if ( !mpGraphics ) in DrawEllipse()
142 mpGraphics->DrawPolyLine( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()
147 mpGraphics->DrawPolygon( aRectPoly.GetSize(), pPtAry, this ); in DrawEllipse()
174 if ( !mpGraphics ) in DrawArc()
195 mpGraphics->DrawPolyLine( aArcPoly.GetSize(), pPtAry, this ); in DrawArc()
221 if ( !mpGraphics ) in DrawPie()
243 mpGraphics->DrawPolyLine( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()
248 mpGraphics->DrawPolygon( aPiePoly.GetSize(), pPtAry, this ); in DrawPie()
275 if ( !mpGraphics ) in DrawChord()
297 mpGraphics->DrawPolyLine( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()
302 mpGraphics->DrawPolygon( aChordPoly.GetSize(), pPtAry, this ); in DrawChord()