Home | History | Annotate | Download | only in rs

Lines Matching refs:FontState

92     FontState *state = &mRSC->mStateFont;
119 FontState *state = &mRSC->mStateFont;
257 FontState *state = &mRSC->mStateFont;
331 FontState::FontState() {
370 FontState::~FontState() {
378 FT_Library FontState::getLib() {
392 void FontState::init(Context *rsc) {
396 void FontState::flushAllAndInvalidate() {
410 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {
488 void FontState::initRenderState() {
540 void FontState::initTextTexture() {
574 void FontState::initVertexArrayBuffers() {
626 void FontState::checkInit() {
645 void FontState::issueDrawCommand() {
665 void FontState::appendMeshQuad(float x1, float y1, float z1,
722 uint32_t FontState::getRemainingCacheCapacity() {
733 void FontState::precacheLatin(Font *font) {
745 void FontState::renderText(const char *text, uint32_t len, int32_t x, int32_t y,
782 void FontState::measureText(const char *text, uint32_t len, Font::Rect *bounds) {
788 void FontState::setFontColor(float r, float g, float b, float a) {
805 void FontState::getFontColor(float *r, float *g, float *b, float *a) const {
812 void FontState::deinit(Context *rsc) {
839 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {