Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp93 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
120 FontState *state = &mRSC->mStateFont; in drawCachedGlyph()
258 FontState *state = &mRSC->mStateFont; in updateGlyphCache()
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()
401 void FontState::flushAllAndInvalidate() { in flushAllAndInvalidate()
415 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) { in cacheBitmap()
493 void FontState::initRenderState() { in initRenderState()
[all …]
DrsFont.h42 class FontState; variable
80 friend class FontState;
138 class FontState {
140 FontState();
141 ~FontState();
DrsContext.h125 FontState mStateFont;