Home | History | Annotate | Download | only in rs

Lines Matching defs:FontState

94     FontState *state = &mRSC->mStateFont;
121 FontState *state = &mRSC->mStateFont;
259 FontState *state = &mRSC->mStateFont;
333 FontState::FontState() {
376 FontState::~FontState() {
384 FT_Library FontState::getLib() {
398 void FontState::init(Context *rsc) {
402 void FontState::flushAllAndInvalidate() {
416 bool FontState::cacheBitmap(FT_Bitmap *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {
494 void FontState::initRenderState() {
546 void FontState::initTextTexture() {
580 void FontState::initVertexArrayBuffers() {
631 void FontState::checkInit() {
648 void FontState::issueDrawCommand() {
668 void FontState::appendMeshQuad(float x1, float y1, float z1,
725 uint32_t FontState::getRemainingCacheCapacity() {
736 void FontState::precacheLatin(Font *font) {
749 void FontState::renderText(const char *text, uint32_t len, int32_t x, int32_t y,
787 void FontState::measureText(const char *text, uint32_t len, Font::Rect *bounds) {
793 void FontState::setFontColor(float r, float g, float b, float a) {
810 void FontState::getFontColor(float *r, float *g, float *b, float *a) const {
817 void FontState::deinit(Context *rsc) {
844 bool FontState::CacheTextureLine::fitBitmap(FT_Bitmap_ *bitmap, uint32_t *retOriginX, uint32_t *retOriginY) {