Searched refs:stbtt_ScaleForPixelHeight (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 348 … bitmap = stbtt_GetCodepointBitmap(&font, 0, stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0, 0); 390 scale = stbtt_ScaleForPixelHeight(&font, 15); 786 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo * info, float pixels); 2953 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo * info, float height) function 4186 scale = stbtt_ScaleForPixelHeight(&f, pixel_height); 4514 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… 4581 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… 4764 …scale = size > 0 ? stbtt_ScaleForPixelHeight(&info, size) : stbtt_ScaleForMappingEmToPixels(&info,…
|