Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp92 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
119 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
257 FontState *state = &mRSC->mStateFont; in updateGlyphCache()
331 FontState::FontState() { in FontState() function in FontState
370 FontState::~FontState() { in ~FontState()
378 FT_Library FontState::getLib() { in getLib()
392 void FontState::init(Context *rsc) { in init()
396 void FontState::flushAllAndInvalidate() { in flushAllAndInvalidate()
410 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { in cacheBitmap()
488 void FontState::initRenderState() { in initRenderState()
[all …]
DrsFont.h43 class FontState; variable
81 friend class FontState;
139 class FontState {
141 FontState();
142 ~FontState();
DrsContext.h101 FontState mStateFont;