Searched refs:pixel_height (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4163 … float pixel_height, // height of font in pixels argument 4170 … float pixel_height, // height of font in pixels 4186 scale = stbtt_ScaleForPixelHeight(&f, pixel_height); 5405 float pixel_height, unsigned char * pixels, int pw, int ph, 5409 float pixel_height, unsigned char * pixels, int pw, int ph, 5415 float pixel_height, unsigned char * pixels, int pw, int ph, argument 5419 float pixel_height, unsigned char * pixels, int pw, int ph, 5424 …return stbtt_BakeFontBitmap_internal(data, offset, pixel_height, pixels, pw, ph, first_char, num_c… 5426 …return stbtt_BakeFontBitmap_internal((unsigned char *)data, offset, pixel_height, pixels, pw, ph, …
|