Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwcomposer.h120 using DrmHwcRect = separate_rects::Rect<T>; variable
145 DrmHwcRect<float> source_crop;
146 DrmHwcRect<int> display_frame;
147 std::vector<DrmHwcRect<int>> source_damage;
Ddrmdisplaycomposition.h46 DrmHwcRect<int> frame;
189 int FinalizeComposition(DrmHwcRect<int> *exclude_rects,
191 void SeparateLayers(DrmHwcRect<int> *exclude_rects, size_t num_exclude_rects);
Ddrmdisplaycomposition.cpp140 void DrmDisplayComposition::SeparateLayers(DrmHwcRect<int> *exclude_rects, in SeparateLayers()
179 std::vector<DrmHwcRect<int>> layer_rects(comp_layers.size() + layer_offset); in SeparateLayers()
303 std::vector<DrmHwcRect<int>> exclude_rects; in Plan()
401 int DrmDisplayComposition::FinalizeComposition(DrmHwcRect<int> *exclude_rects, in FinalizeComposition()
Ddrmdisplaycompositor.cpp54 std::vector<DrmHwcRect<int>> in_rects; in Init()
354 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer()
355 pre_comp_layer.display_frame = DrmHwcRect<int>(0, 0, width, height); in PrepareFramebuffer()
498 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame()
500 squash_layer.display_frame = DrmHwcRect<int>( in PrepareFrame()
601 DrmHwcRect<int> display_frame; in CommitFrame()
602 DrmHwcRect<float> source_crop; in CommitFrame()
Ddrmdisplaycompositor.h49 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.cpp306 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()
309 display_frame = DrmHwcRect<int>( in InitFromHwcLayer()