Lines Matching refs:mConfig
99 const ConfigManager& mConfig) : in RenderTopView() argument
101 mConfig(mConfig) { in RenderTopView()
191 const float top = mConfig.getDisplayTopLocation(); in drawFrame()
192 const float bottom = mConfig.getDisplayBottomLocation(); in drawFrame()
193 const float right = mConfig.getDisplayRightLocation(sAspectRatio); in drawFrame()
194 const float left = mConfig.getDisplayLeftLocation(sAspectRatio); in drawFrame()
239 const float carLengthInTexels = mConfig.carGraphicRearPixel() - mConfig.carGraphicFrontPixel(); in renderCarTopView()
240 const float carSpaceUnitsPerTexel = mConfig.getCarLength() / carLengthInTexels; in renderCarTopView()
245 mConfig.carGraphicRearPixel(); in renderCarTopView()
248 const float btCS = mConfig.getRearLocation() - textureExtentBehindCarInCarSpace; in renderCarTopView()
294 const float visibleSizeV = mConfig.getDisplayTopLocation() - mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()
308 const float top = mConfig.getDisplayTopLocation(); in renderCameraOntoGroundPlane()
309 const float bottom = mConfig.getDisplayBottomLocation(); in renderCameraOntoGroundPlane()