Searched defs:startG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DGradientCache.cpp187 float startG = (colors[0] >> 8) & 0xff; local
204 startG = endG;
223 *p++ = uint8_t(a * (startG * oppAmount + endG * amount));

Completed in 96 milliseconds