Searched defs:disp_w (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/demos/transform/ |
D | lv_demo_transform.c | 90 int32_t disp_w = lv_display_get_horizontal_resolution(NULL); in lv_demo_transform() local
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_opengles_driver.c | 180 …_render_texture(unsigned int texture, const lv_area_t * texture_area, lv_opa_t opa, int32_t disp_w, in lv_opengles_render_texture() 186 void lv_opengles_render_fill(lv_color_t color, const lv_area_t * area, lv_opa_t opa, int32_t disp_w… in lv_opengles_render_fill() 206 …int32_t disp_w, int32_t disp_h, const lv_area_t * texture_clip_area, bool flip, lv_color_t fill_co… in lv_opengles_render_internal()
|