Searched refs:setFontColor (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsContext.cpp | 222 mStateFont.setFontColor(shadowCol, shadowCol, shadowCol, 1.0f); in displayDebugStats() 225 mStateFont.setFontColor(1.0f, 0.7f, 0.0f, 1.0f); in displayDebugStats() 229 mStateFont.setFontColor(oldR, oldG, oldB, oldA); in displayDebugStats()
|
D | rsFont.h | 156 void setFontColor(float r, float g, float b, float a);
|
D | rsScriptC_LibGL.cpp | 266 rsc->mStateFont.setFontColor(r, g, b, a); in rsrFontColor()
|
D | rsFont.cpp | 372 setFontColor(0.1f, 0.1f, 0.1f, 1.0f); in FontState() 789 void FontState::setFontColor(float r, float g, float b, float a) { in setFontColor() function in android::renderscript::FontState
|