Searched refs:webPx (Results 1 – 2 of 2) sorted by relevance
253 public int webPxToScreenPx(int webPx) { in webPxToScreenPx() argument254 return (int) (webPx * getInitialScale()); in webPxToScreenPx()261 public float webPxToScreenPxError(int webPx) { in webPxToScreenPxError() argument262 return webPx * getInitialScale() - webPxToScreenPx(webPx); in webPxToScreenPxError()
772 private int webPxToScreenPx(int webPx) { in webPxToScreenPx() argument775 return (int) (webPx * mScale); in webPxToScreenPx()