OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateFont
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/
rsScriptC_LibGL.cpp
216
rsc->
mStateFont
.renderText(text, allocSize, x, y);
222
rsc->
mStateFont
.renderText(text, textLen, x, y);
247
rsc->
mStateFont
.measureText(text, textLen, &metrics);
256
rsc->
mStateFont
.measureText(text, textLen, &metrics);
266
rsc->
mStateFont
.setFontColor(r, g, b, a);
rsContext.cpp
216
mStateFont
.getFontColor(&oldR, &oldG, &oldB, &oldA);
222
mStateFont
.setFontColor(shadowCol, shadowCol, shadowCol, 1.0f);
223
mStateFont
.renderText(buffer, bufferLen, 5, getHeight() - 6);
225
mStateFont
.setFontColor(1.0f, 0.7f, 0.0f, 1.0f);
226
mStateFont
.renderText(buffer, bufferLen, 4, getHeight() - 7);
229
mStateFont
.setFontColor(oldR, oldG, oldB, oldA);
292
rsc->
mStateFont
.init(rsc);
379
mStateFont
.deinit(this);
667
mFont.set(
mStateFont
.mDefault);
rsFont.cpp
49
error = FT_New_Memory_Face(mRSC->
mStateFont
.getLib(), (const FT_Byte*)data, dataLen, 0, &mFace);
51
error = FT_New_Face(mRSC->
mStateFont
.getLib(), name, 0, &mFace);
77
auto& activeFonts = mRSC->
mStateFont
.mActiveFonts;
93
FontState *state = &mRSC->
mStateFont
;
120
FontState *state = &mRSC->
mStateFont
;
258
FontState *state = &mRSC->
mStateFont
;
297
rsc->
mStateFont
.checkInit();
298
auto& activeFonts = rsc->
mStateFont
.mActiveFonts;
311
rsc->
mStateFont
.precacheLatin(newFont);
rsContext.h
125
FontState
mStateFont
;
180
return
mStateFont
.mDefault.get();
Completed in 57 milliseconds