Lines Matching refs:FontState
94 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()
545 void FontState::initTextTexture() { in initTextTexture()
579 void FontState::initVertexArrayBuffers() { in initVertexArrayBuffers()
627 void FontState::checkInit() { in checkInit()
644 void FontState::issueDrawCommand() { in issueDrawCommand()
664 void FontState::appendMeshQuad(float x1, float y1, float z1, in appendMeshQuad()
721 uint32_t FontState::getRemainingCacheCapacity() { in getRemainingCacheCapacity()
732 void FontState::precacheLatin(Font *font) { in precacheLatin()
745 void FontState::renderText(const char *text, uint32_t len, int32_t x, int32_t y, in renderText()
783 void FontState::measureText(const char *text, uint32_t len, Font::Rect *bounds) { in measureText()
789 void FontState::setFontColor(float r, float g, float b, float a) { in setFontColor()
806 void FontState::getFontColor(float *r, float *g, float *b, float *a) const { in getFontColor()
813 void FontState::deinit(Context *rsc) { in deinit()
840 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *ret… in fitBitmap()