Searched refs:fixedScale (Results 1 – 2 of 2) sorted by relevance
574 GLfixed fixedScale; in drawModels() local578 fixedScale = (GLfixed)(buildingScale * 65536); in drawModels()585 glScalex(fixedScale, fixedScale, fixedScale); in drawModels()
896 const float fixedScale = std::max(xScale, yScale); in computeInputTransforms() local897 scaleRawToDisplay.set(fixedScale, 0, 0, fixedScale); in computeInputTransforms()