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

  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 583 const float &sci_right = scissor.right; local
595 if (dst_right > sci_right) {
596 right_cut_ratio = (dst_right - sci_right) / dst_width;
597 dst_right = sci_right;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 620 const float &sci_right = scissor.right; local
632 if (dst_right > sci_right) {
633 right_cut_ratio = (dst_right - sci_right) / dst_width;
634 dst_right = sci_right;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 620 const float &sci_right = scissor.right; local
632 if (dst_right > sci_right) {
633 right_cut_ratio = (dst_right - sci_right) / dst_width;
634 dst_right = sci_right;

Completed in 67 milliseconds