Searched refs:dst_domain_height (Results 1 – 7 of 7) sorted by relevance
211 float dst_domain_height = dst_domain.bottom - dst_domain.top; in ScaleRect() local214 float height_ratio = dst_domain_height / src_domain_height; in ScaleRect()
220 float dst_domain_height = dst_domain.bottom - dst_domain.top; in MapRect() local223 float height_ratio = dst_domain_height / src_domain_height; in MapRect()
215 float dst_domain_height = dst_domain.bottom - dst_domain.top; in MapRect() local218 float height_ratio = dst_domain_height / src_domain_height; in MapRect()
261 double dst_domain_height = DOUBLE(dst_domain.bottom - dst_domain.top); in MapRect() local264 double height_ratio = DOUBLE(dst_domain_height / src_domain_height); in MapRect()
261 float dst_domain_height = dst_domain.bottom - dst_domain.top; in MapRect() local264 float height_ratio = dst_domain_height / src_domain_height; in MapRect()