Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DLayer.cpp59 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
87 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
88 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
89 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
90 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp46 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
74 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
75 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
76 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
77 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()