Home
last modified time | relevance | path

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

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