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

  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 202 void ScaleRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
204 if (!IsValid(src_domain) || !IsValid(dst_domain) || !IsValid(in_rect)) {
210 float dst_domain_width = dst_domain.right - dst_domain.left;
211 float dst_domain_height = dst_domain.bottom - dst_domain.top;
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 58 void ScaleRect(const LayerRect &src_domain, const LayerRect &dst_domain, const LayerRect &in_rect,
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 177 LayerRect dst_domain = (LayerRect){0.0f, 0.0f, layer_mixer_width, layer_mixer_height}; local
180 ScaleRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);
    [all...]

Completed in 106 milliseconds