bool THRenderTarget::shouldScaleBitmaps(float* pFactor) { if(!m_bShouldScaleBitmaps) return false; if(pFactor) *pFactor = m_fBitmapScaleFactor; return true; }