Searched refs:isIntegerAligned (Results 1 – 1 of 1) sorted by relevance
36 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function64 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()65 isIntegerAligned(srcRect.y()) && in shouldFilterRect()66 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()67 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()