Lines Matching refs:FontState

93     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()
544 void FontState::initTextTexture() { in initTextTexture()
578 void FontState::initVertexArrayBuffers() { in initVertexArrayBuffers()
626 void FontState::checkInit() { in checkInit()
643 void FontState::issueDrawCommand() { in issueDrawCommand()
663 void FontState::appendMeshQuad(float x1, float y1, float z1, in appendMeshQuad()
720 uint32_t FontState::getRemainingCacheCapacity() { in getRemainingCacheCapacity()
731 void FontState::precacheLatin(Font *font) { in precacheLatin()
744 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()