Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h43 uint16_t fx, fy, fw, fh; member
Dgifdec.c446 gif->frame[(gif->fy + y) * gif->width + gif->fx + x] = entry.suffix; in read_image_data()
472 gif->fy = read_num(gif); in read_image()
495 i = gif->fy * gif->width + gif->fx; in render_frame_rect()
498 index = gif->frame[(gif->fy + j) * gif->width + gif->fx + k]; in render_frame_rect()
538 i = gif->fy * gif->width + gif->fx; in dispose()
/lvgl-3.7.0/src/draw/renesas/
Dlv_gpu_d2_ra6m3.c318 float fx, fy; local
324 fy = ((float) * y) / 16.0f;
326 *x = (int)(((fx * cos_angle) - (fy * sin_angle)) * 16.0f);
327 *y = (int)(((fx * sin_angle) + (fy * cos_angle)) * 16.0f);