Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h623 int stride_in_bytes, int padding, void * alloc_context);
700 int stride_in_bytes; member
4312 …tt_PackBegin(stbtt_pack_context * spc, unsigned char * pixels, int pw, int ph, int stride_in_bytes, argument
4332 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw;
4368 static void stbtt__h_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … argument
4426 pixels += stride_in_bytes;
4430 static void stbtt__v_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … argument
4447 total += pixels[i * stride_in_bytes] - buffer[i & STBTT__OVER_MASK];
4448 buffer[(i + kernel_width) & STBTT__OVER_MASK] = pixels[i * stride_in_bytes];
4449 pixels[i * stride_in_bytes] = (unsigned char)(total / 2);
[all …]
/lvgl-latest/docs/details/widgets/
Dcanvas.rst41 ``static uint8_t buffer[LV_CANVAS_BUF_SIZE(width, height, bits_per_pixel, stride_in_bytes)]``.