Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrm_hwcomposer.h192 using DrmHwcRect = seperate_rects::Rect<T>; variable
217 DrmHwcRect<float> source_crop;
218 DrmHwcRect<int> display_frame;
219 std::vector<DrmHwcRect<int>> source_damage;
Ddrmdisplaycompositor.cpp48 std::vector<DrmHwcRect<int>> in_rects; in Init()
395 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer()
396 pre_comp_layer.display_frame = DrmHwcRect<int>(0, 0, width, height); in PrepareFramebuffer()
538 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame()
540 squash_layer.display_frame = DrmHwcRect<int>( in PrepareFrame()
662 DrmHwcRect<int> display_frame; in CommitFrame()
663 DrmHwcRect<float> source_crop; in CommitFrame()
Ddrmdisplaycomposition.cpp169 DrmHwcRect<int> *exclude_rects, in SeparateLayers()
186 std::vector<DrmHwcRect<int>> layer_rects(num_used_layers + num_exclude_rects); in SeparateLayers()
276 std::vector<DrmHwcRect<int>> exclude_rects; in Plan()
Ddrmdisplaycomposition.h45 DrmHwcRect<int> frame;
Ddrmdisplaycompositor.h47 DrmHwcRect<int> rect;
Dglworker.cpp317 DrmHwcRect<float> display_rect(layer.display_frame); in ConstructCommand()
323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()
Dhwcomposer.cpp267 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()
270 display_frame = DrmHwcRect<int>( in InitFromHwcLayer()