Home
last modified time | relevance | path

Searched refs:isIntegerAligned (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/hwui/
H A DLayer.cpp56 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
84 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
85 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
86 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
87 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp36 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
64 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
65 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
66 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
67 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()