Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
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()