Searched refs:out_w (Results 1 – 3 of 3) sorted by relevance
/u-boot/arch/arm/include/asm/arch-tegra20/ |
A D | display.h | 24 unsigned out_w; /* Width of output window in pixels */ member
|
/u-boot/drivers/video/ |
A D | tegra.c | 66 val = win->out_w << H_SIZE_SHIFT; in update_window() 77 h_dda = (win->w * 0x1000) / max(win->out_w - 1, 1U); in update_window() 232 win->out_w = priv->width; in setup_window()
|
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() 2496 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel() 2504 …akeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int ou… in stbtt_MakeCodepointBitmap() argument [all …]
|
Completed in 13 milliseconds