Searched refs:appInvertedScale (Results 1 – 1 of 1) sorted by relevance
593 float appInvertedScale = mTranslator.applicationInvertedScale; in updateSurface() local594 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in updateSurface()595 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in updateSurface()