Home
last modified time | relevance | path

Searched refs:FontState (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsFont.cpp93 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
120 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
332 FontState::FontState() { in FontState() function in android::renderscript::FontState
375 FontState::~FontState() { in ~FontState()
383 FT_Library FontState::getLib() { in getLib()
397 void FontState::init(Context *rsc) { in init()
493 void FontState::initRenderState() { in initRenderState()
544 void FontState::initTextTexture() { in initTextTexture()
626 void FontState::checkInit() { in checkInit()
643 void FontState::issueDrawCommand() { in issueDrawCommand()
[all …]
H A DrsFont.h42 class FontState; variable
80 friend class FontState;
138 class FontState {
140 FontState();
141 ~FontState();
H A DrsContext.h125 FontState mStateFont;