Home
last modified time | relevance | path

Searched refs:stride_in_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h610 int stride_in_bytes; member
2682 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin()
2769 pixels += stride_in_bytes; in stbtt__h_prefilter()
2791 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter()
2798 pixels[i*stride_in_bytes] = (unsigned char) (total / 3); in stbtt__v_prefilter()
2805 pixels[i*stride_in_bytes] = (unsigned char) (total / 4); in stbtt__v_prefilter()
2812 pixels[i*stride_in_bytes] = (unsigned char) (total / 5); in stbtt__v_prefilter()
2825 STBTT_assert(pixels[i*stride_in_bytes] == 0); in stbtt__v_prefilter()
2918 spc->stride_in_bytes, in stbtt_PackFontRangesRenderIntoRects()
2926 r->w, r->h, spc->stride_in_bytes, in stbtt_PackFontRangesRenderIntoRects()
[all …]