Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayer.cpp57 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
85 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
86 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
87 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
88 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()
/frameworks/base/libs/hwui/pipeline/skia/
DLayerDrawable.cpp45 static inline SkScalar isIntegerAligned(SkScalar x) { in isIntegerAligned() function
73 return !(isIntegerAligned(srcRect.x()) && in shouldFilterRect()
74 isIntegerAligned(srcRect.y()) && in shouldFilterRect()
75 isIntegerAligned(dstDevRect.x()) && in shouldFilterRect()
76 isIntegerAligned(dstDevRect.y())); in shouldFilterRect()