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

  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.cpp 621 const float &sci_bottom = scissor.bottom; local
644 if (dst_bottom > sci_bottom) {
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
646 dst_bottom = sci_bottom;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 621 const float &sci_bottom = scissor.bottom; local
644 if (dst_bottom > sci_bottom) {
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
646 dst_bottom = sci_bottom;
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 584 const float &sci_bottom = scissor.bottom; local
607 if (dst_bottom > sci_bottom) {
608 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
609 dst_bottom = sci_bottom;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 621 const float &sci_bottom = scissor.bottom; local
644 if (dst_bottom > sci_bottom) {
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
646 dst_bottom = sci_bottom;

Completed in 379 milliseconds