Home
last modified time | relevance | path

Searched defs:colorKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPatchCache.cpp59 uint32_t colorKey = 0; in get() local
DPatchCache.h110 uint32_t colorKey; member
DPatch.cpp75 void Patch::updateColorKey(const uint32_t colorKey) { in updateColorKey()
79 bool Patch::matches(const int32_t* xDivs, const int32_t* yDivs, const uint32_t colorKey) { in matches()