Searched refs:codepoint (Results 1 – 2 of 2) sorted by relevance
| /drivers/video/ |
| A D | vidconsole_internal.h | 156 static inline u8 console_utf_to_cp437(int codepoint) in console_utf_to_cp437() argument 159 utf_to_cp(&codepoint, codepage_437); in console_utf_to_cp437() 160 return codepoint; in console_utf_to_cp437() 162 return codepoint; in console_utf_to_cp437()
|
| A D | stb_truetype.h | 784 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWi… 792 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… 1633 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… in stbtt_GetCodepointBox() argument 1635 return stbtt_GetGlyphBox(info, stbtt_FindGlyphIndex(info,codepoint), x0,y0,x1,y1); in stbtt_GetCodepointBox() 2621 STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoint, int *advanceWi… in stbtt_GetCodepointHMetrics() argument 2623 … stbtt_GetGlyphHMetrics(info, stbtt_FindGlyphIndex(info,codepoint), advanceWidth, leftSideBearing); in stbtt_GetCodepointHMetrics() 2743 … stbtt_GetCodepointBitmapBoxSubpixel(font, codepoint, scale_x, scale_y,0.0f,0.0f, ix0,iy0,ix1,iy1); in stbtt_GetCodepointBitmapBox() 3790 …return stbtt_GetCodepointBitmapSubpixel(info, scale_x, scale_y, 0.0f,0.0f, codepoint, width,height… in stbtt_GetCodepointBitmap() 3795 …ointBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f, codepoint); in stbtt_MakeCodepointBitmap() 4154 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesGatherRects() [all …]
|
Completed in 27 milliseconds