Searched refs:stride_in_bytes (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 521 …pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding,… 610 int stride_in_bytes; member 2663 …(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding,… in stbtt_PackBegin() argument 2682 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin() 2712 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() argument 2769 pixels += stride_in_bytes; in stbtt__h_prefilter() 2773 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter() argument 2789 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; in stbtt__v_prefilter() 2790 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; in stbtt__v_prefilter() 2791 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter() [all …]
|