Home
last modified time | relevance | path

Searched refs:sbit (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c82 static FTC_SBit sbit; variable
292 FT_Error error = FTC_SBitCache_Lookup(sbit_cache, &desc_type, glyph_index, &sbit, NULL); in get_glyph_dsc_cb_cache()
298 dsc_out->adv_w = sbit->xadvance; in get_glyph_dsc_cb_cache()
299 dsc_out->box_h = sbit->height; /*Height of the bitmap in [px]*/ in get_glyph_dsc_cb_cache()
300 dsc_out->box_w = sbit->width; /*Width of the bitmap in [px]*/ in get_glyph_dsc_cb_cache()
301 dsc_out->ofs_x = sbit->left; /*X offset of the bitmap in [pf]*/ in get_glyph_dsc_cb_cache()
302 dsc_out->ofs_y = sbit->top - sbit->height; /*Y offset of the bitmap measured from the as line*/ in get_glyph_dsc_cb_cache()
346 return (const uint8_t *)sbit->buffer; in get_glyph_bitmap_cb_cache()
/lvgl-latest/
DKconfig1003 bool "enable sbit cache"