Searched refs:stbtt_ScaleForPixelHeight (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 344 bitmap = stbtt_GetCodepointBitmap(&font, 0,stbtt_ScaleForPixelHeight(&font, s), c, &w, &h, 0,0); 386 scale = stbtt_ScaleForPixelHeight(&font, 15); 759 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels); 2607 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float height) in stbtt_ScaleForPixelHeight() function 3669 scale = stbtt_ScaleForPixelHeight(&f, pixel_height); in stbtt_BakeFontBitmap_internal() 3996 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesGatherRects() 4056 …float scale = fh > 0 ? stbtt_ScaleForPixelHeight(info, fh) : stbtt_ScaleForMappingEmToPixels(info,… in stbtt_PackFontRangesRenderIntoRects() 4186 …scale = size > 0 ? stbtt_ScaleForPixelHeight(&info, size) : stbtt_ScaleForMappingEmToPixels(&info,… in stbtt_GetScaledFontVMetrics()
|
D | imgui_draw.cpp | 1914 …const float scale = (cfg.SizePixels > 0) ? stbtt_ScaleForPixelHeight(&src_tmp.FontInfo, cfg.SizePi… in ImFontAtlasBuildWithStbTruetype() 2006 const float font_scale = stbtt_ScaleForPixelHeight(&src_tmp.FontInfo, cfg.SizePixels); in ImFontAtlasBuildWithStbTruetype()
|