Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h34 #define PROPERTY_TEXT_GAMMA "ro.text_gamma" macro
DrsFont.cpp350 if (property_get(PROPERTY_TEXT_GAMMA, property, nullptr) > 0) { in FontState()