HomeSort by relevance Sort by last modified time
    Searched refs:MIN_SCALE_FACTOR (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_copybit.h 29 #define MIN_SCALE_FACTOR 0.0625
hwc_copybit.cpp 201 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR)
204 if (dy > MAX_SCALE_FACTOR || dy < MIN_SCALE_FACTOR)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 29 #define MIN_SCALE_FACTOR 0.0625
hwc_copybit.cpp 339 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR)
342 if (dy > MAX_SCALE_FACTOR || dy < MIN_SCALE_FACTOR)
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 29 #define MIN_SCALE_FACTOR 0.0625
hwc_copybit.cpp 346 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR)
349 if (dy > MAX_SCALE_FACTOR || dy < MIN_SCALE_FACTOR)
    [all...]

Completed in 103 milliseconds