Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp40 static bool compareWidthHeight(const T& lhs, const T& rhs) { in compareWidthHeight() function
46 return compareWidthHeight(lhs, rhs) && lhs.mRx == rhs.mRx && lhs.mRy == rhs.mRy; in compareRoundRects()
50 return compareWidthHeight(lhs, rhs) && lhs.mStartAngle == rhs.mStartAngle && in compareArcs()
106 return compareWidthHeight(shape.rect, rhs.shape.rect); in operator ==()
112 return compareWidthHeight(shape.oval, rhs.shape.oval); in operator ==()