Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_copybit.cpp430 float scale_factor_max = MAX_SCALE_FACTOR; in prepare() local
434 scale_factor_max = MAX_SCALE_FACTOR/4; in prepare()
438 if (dx > scale_factor_max || dx < scale_factor_min) in prepare()
441 if (dy > scale_factor_max || dy < scale_factor_min) in prepare()