HomeSort by relevance Sort by last modified time
    Searched refs:setFontColor (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/
rsFont.h 156 void setFontColor(float r, float g, float b, float a);
rsScriptC_LibGL.cpp 266 rsc->mStateFont.setFontColor(r, g, b, a);
rsContext.cpp 222 mStateFont.setFontColor(shadowCol, shadowCol, shadowCol, 1.0f);
225 mStateFont.setFontColor(1.0f, 0.7f, 0.0f, 1.0f);
229 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
rsFont.cpp 372 setFontColor(0.1f, 0.1f, 0.1f, 1.0f);
789 void FontState::setFontColor(float r, float g, float b, float a) {
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 746 milliseconds