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

  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 59 LayerRect *out_rect);
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 203 LayerRect *out_rect) {
216 out_rect->left = width_ratio * in_rect.left;
217 out_rect->top = height_ratio * in_rect.top;
218 out_rect->right = width_ratio * in_rect.right;
219 out_rect->bottom = height_ratio * in_rect.bottom;
  /external/drm_hwcomposer/
separate_rects.cpp 287 Rect<TNum> out_rect; local
288 out_rect.left = proto_rect.left;
289 out_rect.top = proto_rect.top;
290 out_rect.right = h_evt.x;
291 out_rect.bottom = proto_rect.bottom;
292 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect));
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 178 LayerRect out_rect = gpu_target_layer->dst_rect; local
180 ScaleRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);
182 auto gpu_target_layer_dst_xpixels = out_rect.right - out_rect.left;
183 auto gpu_target_layer_dst_ypixels = out_rect.bottom - out_rect.top;
    [all...]

Completed in 3065 milliseconds