Home
last modified time | relevance | path

Searched refs:setFontColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/rs/
DrsContext.cpp195 mStateFont.setFontColor(shadowCol, shadowCol, shadowCol, 1.0f); in displayDebugStats()
198 mStateFont.setFontColor(1.0f, 0.7f, 0.0f, 1.0f); in displayDebugStats()
202 mStateFont.setFontColor(oldR, oldG, oldB, oldA); in displayDebugStats()
DrsFont.h158 void setFontColor(float r, float g, float b, float a);
DrsScriptC_LibGL.cpp327 rsc->mStateFont.setFontColor(r, g, b, a); in rsrFontColor()
DrsFont.cpp366 setFontColor(0.1f, 0.1f, 0.1f, 1.0f); in FontState()
764 void FontState::setFontColor(float r, float g, float b, float a) { in setFontColor() function in FontState