HomeSort by relevance Sort by last modified time
    Searched refs:hasGammaCorrection (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 112 description.hasGammaCorrection = true;
115 description.hasGammaCorrection = true;
119 description.hasGammaCorrection = true;
127 if (description.hasGammaCorrection) {
Program.h 162 bool hasGammaCorrection;
205 hasGammaCorrection = false;
274 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION;
ProgramCache.cpp 541 op = op * 2 + description.hasGammaCorrection;
599 if (description.hasGammaCorrection) {
630 if (description.hasGammaCorrection) {
636 if (description.hasGammaCorrection) {
691 description.hasGammaCorrection]);

Completed in 52 milliseconds