Searched refs:fy (Results 1 – 3 of 3) 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()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()
318 float fx, fy; local324 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);