Searched refs:toScr (Results 1 – 1 of 1) sorted by relevance
62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) { in setTransform() argument63 mToScr = toScr; in setTransform()202 Matrix toScr = new Matrix(); in computeEllipses() local203 toImg.invert(toScr); in computeEllipses()204 mScreenOval.setTransform(toScr, toImg, (int) w, (int) h); in computeEllipses()231 Matrix toScr = new Matrix(); in onDraw() local232 toImg.invert(toScr); in onDraw()233 mScreenOval.setTransform(toScr, toImg, (int) w, (int) h); in onDraw()