Searched refs:dstDevRect (Results 1 – 2 of 2) sorted by relevance
64 SkRect dstDevRect = matrix.mapRect(dstRect); in shouldFilterRect() local70 dstW = dstDevRect.height(); in shouldFilterRect()71 dstH = dstDevRect.width(); in shouldFilterRect()75 dstW = dstDevRect.width(); in shouldFilterRect()76 dstH = dstDevRect.height(); in shouldFilterRect()86 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()87 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()
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()