Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h74 #define PROPERTY_TEXT_CACHE_HEIGHT "ro.hwui.text_cache_height" macro
DFontRenderer.cpp500 if (property_get(PROPERTY_TEXT_CACHE_HEIGHT, property, NULL) > 0) { in FontRenderer()