Searched refs:dstDevRect (Results 1 – 1 of 1) sorted by relevance
44 SkRect dstDevRect = matrix.mapRect(dstRect); in shouldFilterRect() local50 dstW = dstDevRect.height(); in shouldFilterRect()51 dstH = dstDevRect.width(); in shouldFilterRect()55 dstW = dstDevRect.width(); in shouldFilterRect()56 dstH = dstDevRect.height(); in shouldFilterRect()66 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()67 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()