Searched refs:stride_in_bytes (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 623 int stride_in_bytes, int padding, void * alloc_context); 700 int stride_in_bytes; member 4272 …tt_PackBegin(stbtt_pack_context * spc, unsigned char * pixels, int pw, int ph, int stride_in_bytes, argument 4292 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; 4328 static void stbtt__h_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … argument 4386 pixels += stride_in_bytes; 4390 static void stbtt__v_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … argument 4407 total += pixels[i * stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; 4408 buffer[(i + kernel_width) & STBTT__OVER_MASK] = pixels[i * stride_in_bytes]; 4409 pixels[i * stride_in_bytes] = (unsigned char)(total / 2); [all …]
|