Searched refs:fx (Results 1 – 4 of 4) sorted by relevance
43 uint16_t fx, fy, fw, fh; member
446 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()
318 float fx, fy; local323 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);
3077 float fx, fdx, fdy; member3125 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