Searched refs:scaleOutput (Results 1 – 1 of 1) sorted by relevance
148 public void computeScale(float w, float h, float[] scaleOutput) { in computeScale() argument201 scaleOutput[0] = contentScaleX; in computeScale()202 scaleOutput[1] = contentScaleY; in computeScale()