Searched refs:shift_y (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 771 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, i… 781 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint); 792 …*font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *i… 799 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *… 801 … int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph); 803 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… 819 … float shift_x, float shift_y, // translation applied to input vertices 1562 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() argument 1574 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel() 1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel() [all …]
|