Searched refs:nearestPixRect (Results 1 – 2 of 2) sorted by relevance
84 return nearestPixRect(in.left, in.top, in.right, in.bottom); in sink()87 public static RectF nearestPixRect(float left, float top, float right, float bottom) { in nearestPixRect() method in PixelUtils
83 return PixelUtils.nearestPixRect(0, 0, widthMetric.getPixelValue(canvasRect.width()), in getRoundedRect()