Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/glfw/
Dlv_opengles_driver.c59 static float lv_opengles_map_float(float x, float min_in, float max_in, float min_out, float max_ou…
231 …float tex_clip_x1 = lv_opengles_map_float(texture_clip_area->x1, texture_area->x1, texture_area->x… in lv_opengles_render_internal()
233 …float tex_clip_x2 = lv_opengles_map_float(texture_clip_area->x2, texture_area->x1, texture_area->x… in lv_opengles_render_internal()
235 …float tex_clip_y1 = lv_opengles_map_float(texture_clip_area->y1, texture_area->y1, texture_area->y… in lv_opengles_render_internal()
237 …float tex_clip_y2 = lv_opengles_map_float(texture_clip_area->y2, texture_area->y1, texture_area->y… in lv_opengles_render_internal()
478 static float lv_opengles_map_float(float x, float min_in, float max_in, float min_out, float max_ou… in lv_opengles_map_float() function