Searched defs:pixels (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 1739 static void color_fill(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill() 1755 static void color_fill_XRGB8888(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_XRGB8888() 1771 static void color_fill_RGB565(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_RGB565()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 704 unsigned char * pixels; member 970 unsigned char * pixels; member 2959 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo * info, float pixels) 4164 … unsigned char * pixels, int pw, int ph, // bitmap to be filled in 4312 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context * spc, unsigned char * pixels, int pw, int ph, int… 4368 static void stbtt__h_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … 4430 static void stbtt__v_prefilter(unsigned char * pixels, int w, int h, int stride_in_bytes, unsigned … 5415 float pixel_height, unsigned char * pixels, int pw, int ph,
|