Home
last modified time | relevance | path

Searched refs:dst_rects (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp323 LayerRect dst_rects[kMaxBlitTargetLayers]; in PreCommit() local
355 dst_rects[processed_blit].top = FLOAT(target_height - height); in PreCommit()
356 dst_rects[processed_blit].right = dst_rects[processed_blit].left + in PreCommit()
358 dst_rects[processed_blit].bottom = (dst_rects[processed_blit].top + in PreCommit()
360 blit_src_rect = dst_rects[processed_blit]; in PreCommit()