Searched refs:pixel_height (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 4123 … float pixel_height, // height of font in pixels argument 4130 … float pixel_height, // height of font in pixels 4146 scale = stbtt_ScaleForPixelHeight(&f, pixel_height); 5365 float pixel_height, unsigned char * pixels, int pw, int ph, 5369 float pixel_height, unsigned char * pixels, int pw, int ph, 5375 float pixel_height, unsigned char * pixels, int pw, int ph, argument 5379 float pixel_height, unsigned char * pixels, int pw, int ph, 5384 …return stbtt_BakeFontBitmap_internal(data, offset, pixel_height, pixels, pw, ph, first_char, num_c… 5386 …return stbtt_BakeFontBitmap_internal((unsigned char *)data, offset, pixel_height, pixels, pw, ph, …
|