Searched refs:toImg (Results 1 – 2 of 2) sorted by relevance
201 Matrix toImg = getScreenToImageMatrix(false); in computeEllipses() local203 toImg.invert(toScr); in computeEllipses()204 mScreenOval.setTransform(toScr, toImg, (int) w, (int) h); in computeEllipses()230 Matrix toImg = getScreenToImageMatrix(false); in onDraw() local232 toImg.invert(toScr); in onDraw()233 mScreenOval.setTransform(toScr, toImg, (int) w, (int) h); in onDraw()
135 Matrix toImg = getScreenToImageMatrix(false); in setRepresentation() local137 toImg.invert(mToScr); in setRepresentation()