Searched defs:y_ratio (Results 1 – 4 of 4) sorted by relevance
259 FT_Long y_ratio; member
270 FT_Long y_ratio; member
820 float y_ratio = ((float)src_height - 1) / dst_height; in blit_bilinear() local901 uint32_t y_ratio = (src_height << 16) / dst_height + 1; in blit_linear() local