Searched refs:pixel_dist_scale (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 931 …at scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, … 932 …cale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, … 4406 …at scale, int glyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, … in stbtt_GetGlyphSDF() argument 4578 val = onedge_value + pixel_dist_scale * min_dist; in stbtt_GetGlyphSDF() 4592 …cale, int codepoint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, … in stbtt_GetCodepointSDF() argument 4594 …cale, stbtt_FindGlyphIndex(info, codepoint), padding, onedge_value, pixel_dist_scale, width, heigh… in stbtt_GetCodepointSDF()
|