Home
last modified time | relevance | path

Searched refs:getFontColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/
DrsFont.h157 void getFontColor(float *r, float *g, float *b, float *a) const;
DrsContext.cpp232 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA); in displayDebugStats()
DrsFont.cpp806 void FontState::getFontColor(float *r, float *g, float *b, float *a) const { in getFontColor() function in FontState