Searched refs:src_domain_height (Results 1 – 7 of 7) sorted by relevance
209 float src_domain_height = src_domain.bottom - src_domain.top; in ScaleRect() local214 float height_ratio = dst_domain_height / src_domain_height; in ScaleRect()
218 float src_domain_height = src_domain.bottom - src_domain.top; in MapRect() local223 float height_ratio = dst_domain_height / src_domain_height; in MapRect()
213 float src_domain_height = src_domain.bottom - src_domain.top; in MapRect() local218 float height_ratio = dst_domain_height / src_domain_height; in MapRect()
259 double src_domain_height = DOUBLE(src_domain.bottom - src_domain.top); in MapRect() local264 double height_ratio = DOUBLE(dst_domain_height / src_domain_height); in MapRect()
259 float src_domain_height = src_domain.bottom - src_domain.top; in MapRect() local264 float height_ratio = dst_domain_height / src_domain_height; in MapRect()