Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTessellationCache.cpp69 const Shape::RoundRect& lRect = shape.roundRect; in operator ==() local
72 if (lRect.width != rRect.width) return false; in operator ==()
73 if (lRect.height != rRect.height) return false; in operator ==()
74 if (lRect.rx != rRect.rx) return false; in operator ==()
75 return lRect.ry == rRect.ry; in operator ==()