Searched refs:screenPx (Results 1 – 1 of 1) sorted by relevance
249 public int screenPxToWebPx(int screenPx) { in screenPxToWebPx() argument250 return (int) (screenPx / getInitialScale()); in screenPxToWebPx()257 public float screenPxToWebPxError(int screenPx) { in screenPxToWebPxError() argument258 return screenPx / getInitialScale() - screenPxToWebPx(screenPx); in screenPxToWebPxError()