Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/gl/
DProgramCache.h85 ROUNDED_CORNERS_ON = 1 << ROUNDED_CORNERS_SHIFT, enumerator
137 return (mKey & ROUNDED_CORNERS_MASK) == ROUNDED_CORNERS_ON; in hasRoundedCorners()
DProgramCache.cpp145 (i & 4) ? Key::ROUNDED_CORNERS_ON : Key::ROUNDED_CORNERS_OFF); in primeCache()
184 description.cornerRadius > 0 ? Key::ROUNDED_CORNERS_ON : Key::ROUNDED_CORNERS_OFF) in computeKey()