Searched refs:stbtt_ScaleForPixelHeight (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 299 bitmap = stbtt_GetCodepointBitmap(&font, 0,stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0,0); 341 scale = stbtt_ScaleForPixelHeight(&font, 15); 671 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels); 1540 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float height) in stbtt_ScaleForPixelHeight() function 2530 scale = stbtt_ScaleForPixelHeight(&f, pixel_height); in stbtt_BakeFontBitmap() 2854 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesGatherRects() 2887 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesRenderIntoRects()
|
D | console_truetype.c | 528 priv->scale = stbtt_ScaleForPixelHeight(font, priv->font_size); in console_truetype_probe()
|