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

  /frameworks/base/libs/hwui/
Properties.h 162 // PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD for more control.
171 #define PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD "hwui.text_gamma.white_threshold"
GammaFontRenderer.cpp 83 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, NULL) > 0) {
  /frameworks/rs/
rsFont.h 37 #define PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD "ro.text_gamma.white_threshold"
rsFont.cpp 358 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, NULL) > 0) {

Completed in 99 milliseconds