Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp42 static bool compareWidthHeight(const T& lhs, const T& rhs) { in compareWidthHeight() function
48 return compareWidthHeight(lhs, rhs) && lhs.mRx == rhs.mRx && lhs.mRy == rhs.mRy; in compareRoundRects()
52 return compareWidthHeight(lhs, rhs) && lhs.mStartAngle == rhs.mStartAngle && in compareArcs()
108 return compareWidthHeight(shape.rect, rhs.shape.rect); in operator ==()
114 return compareWidthHeight(shape.oval, rhs.shape.oval); in operator ==()