Searched refs:boundsDst (Results 1 – 1 of 1) sorted by relevance
1495 final RectF boundsDst = mTempDst; in isFilledByImage() local1497 matrix.mapRect(boundsDst, boundsSrc); in isFilledByImage()1498 return boundsDst.left <= 0 && boundsDst.top <= 0 && boundsDst.right >= getWidth() in isFilledByImage()1499 && boundsDst.bottom >= getHeight(); in isFilledByImage()