OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROPERTY_TEXT_GAMMA
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
161
// See
PROPERTY_TEXT_GAMMA
, PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD and
167
#define
PROPERTY_TEXT_GAMMA
"hwui.text_gamma"
GammaFontRenderer.cpp
64
if (property_get(
PROPERTY_TEXT_GAMMA
, property, NULL) > 0) {
/frameworks/rs/
rsFont.h
35
#define
PROPERTY_TEXT_GAMMA
"ro.text_gamma"
rsFont.cpp
345
if (property_get(
PROPERTY_TEXT_GAMMA
, property, NULL) > 0) {
Completed in 25 milliseconds