Searched refs:out_h (Results 1 – 3 of 3) sorted by relevance
| /drivers/video/tegra/ |
| A D | dc.h | 37 unsigned int out_h; /* Height of output window in pixels */ member
|
| A D | dc.c | 78 val |= win->out_h << V_SIZE_SHIFT; in update_window() 89 v_dda = (win->h * 0x1000) / max(win->out_h - 1, 1U); in update_window() 279 win->out_h = priv->height; in setup_window()
|
| /drivers/video/ |
| A D | stb_truetype.h | 883 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 912 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 3759 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel() 3768 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument 3770 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() 3785 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, shift_x, s… in stbtt_MakeCodepointBitmapSubpixel() 3793 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeCodepointBitmap() argument 3795 …stbtt_MakeCodepointBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0… in stbtt_MakeCodepointBitmap() 4180 out_h - (prefilter_y - 1), in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4189 stbtt__h_prefilter(output, out_w, out_h, out_stride, prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() [all …]
|
Completed in 22 milliseconds