Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 4 of 4) 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()
471 gif->fx = 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
323 fx = ((float) * x) / 16.0f;
326 *x = (int)(((fx * cos_angle) - (fy * sin_angle)) * 16.0f);
327 *y = (int)(((fx * sin_angle) + (fy * cos_angle)) * 16.0f);
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h3077 float fx, fdx, fdy; member
3125 z->fx = e->x0 + dxdy * (start_point - e->y0);
3126 z->fx -= off_x;
3362 float x0 = e->fx;
3374 float x0 = e->fx;
3663 z->fx += z->fdx; // advance to position for current scanline