Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx87 Reference<rendering::XBitmap> mxScaledBitmap; member in sdext::presenter::__anon604998990111::BitmapDescriptor
940 if (maFace.mxScaledBitmap.is()) in Paint()
945 rxCanvas->drawBitmap(maFace.mxScaledBitmap, rViewState, aRenderState); in Paint()
948 if (maMinuteHand.mxScaledBitmap.is()) in Paint()
962 rxCanvas->drawBitmap(maMinuteHand.mxScaledBitmap, rViewState, aRenderState); in Paint()
965 if (maHourHand.mxScaledBitmap.is()) in Paint()
977 rxCanvas->drawBitmap(maHourHand.mxScaledBitmap, rViewState, aRenderState); in Paint()
995 maFace.mxScaledBitmap = NULL; in Resize()
996 maHourHand.mxScaledBitmap = NULL; in Resize()
997 maMinuteHand.mxScaledBitmap = NULL; in Resize()
[all …]