Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp94 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
121 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
259 FontState *state = &mRSC->mStateFont; in updateGlyphCache()
333 FontState::FontState() { in FontState() function in FontState
376 FontState::~FontState() { in ~FontState()
384 FT_Library FontState::getLib() { in getLib()
398 void FontState::init(Context *rsc) { in init()
402 void FontState::flushAllAndInvalidate() { in flushAllAndInvalidate()
416 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { in cacheBitmap()
494 void FontState::initRenderState() { in initRenderState()
[all …]
DrsFont.h42 class FontState; variable
80 friend class FontState;
138 class FontState {
140 FontState();
141 ~FontState();
DrsContext.h135 FontState mStateFont;