OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFontColor
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
rsFont.h
157
void
getFontColor
(float *r, float *g, float *b, float *a) const;
rsContext.cpp
229
mStateFont.
getFontColor
(&oldR, &oldG, &oldB, &oldA);
rsFont.cpp
810
void FontState::
getFontColor
(float *r, float *g, float *b, float *a) const {
Completed in 403 milliseconds