Home
last modified time | relevance | path

Searched refs:src_domain_width (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/utils/
Drect.cpp208 float src_domain_width = src_domain.right - src_domain.left; in ScaleRect() local
213 float width_ratio = dst_domain_width / src_domain_width; in ScaleRect()