OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setFontColor
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/
rsFont.h
156
void
setFontColor
(float r, float g, float b, float a);
rsScriptC_LibGL.cpp
274
rsc->mStateFont.
setFontColor
(r, g, b, a);
rsContext.cpp
236
mStateFont.
setFontColor
(shadowCol, shadowCol, shadowCol, 1.0f);
239
mStateFont.
setFontColor
(1.0f, 0.7f, 0.0f, 1.0f);
243
mStateFont.
setFontColor
(oldR, oldG, oldB, oldA);
rsFont.cpp
373
setFontColor
(0.1f, 0.1f, 0.1f, 1.0f);
793
void FontState::
setFontColor
(float r, float g, float b, float a) {
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFont.h
156
void
setFontColor
(float r, float g, float b, float a);
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsFont.h
156
void
setFontColor
(float r, float g, float b, float a);
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsFont.h
156
void
setFontColor
(float r, float g, float b, float a);
Completed in 94 milliseconds