Searched refs:out_w (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra20/ |
| H A D | display.h | 24 unsigned out_w; /* Width of output window in pixels */ member
|
| /openbmc/u-boot/drivers/video/ |
| H A D | tegra.c | 62 val = win->out_w << H_SIZE_SHIFT; in update_window() 73 h_dda = (win->w * 0x1000) / max(win->out_w - 1, 1U); in update_window() 228 win->out_w = priv->width; in setup_window()
|
| H A D | stb_truetype.h | 775 …akeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… 781 …ointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… 800 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, … 801 …lyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… 2465 …lyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… in stbtt_MakeGlyphBitmapSubpixel() argument 2474 gbm.w = out_w; in stbtt_MakeGlyphBitmapSubpixel() 2484 STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, … in stbtt_MakeGlyphBitmap() argument 2486 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() 2494 …ointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… in stbtt_MakeCodepointBitmapSubpixel() argument 2496 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel() [all …]
|