OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scale_factor_max
(Results
1 - 1
of
1
) sorted by null
/hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp
436
float
scale_factor_max
= MAX_SCALE_FACTOR;
local
440
scale_factor_max
= MAX_SCALE_FACTOR/4;
444
if (dx >
scale_factor_max
|| dx < scale_factor_min)
447
if (dy >
scale_factor_max
|| dy < scale_factor_min)
[
all
...]
Completed in 144 milliseconds