Searched refs:DrmHwcRect (Results 1 – 7 of 7) sorted by relevance
192 using DrmHwcRect = seperate_rects::Rect<T>; variable217 DrmHwcRect<float> source_crop;218 DrmHwcRect<int> display_frame;219 std::vector<DrmHwcRect<int>> source_damage;
48 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()
169 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()
45 DrmHwcRect<int> frame;
47 DrmHwcRect<int> rect;
317 DrmHwcRect<float> display_rect(layer.display_frame); in ConstructCommand()323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()
267 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()270 display_frame = DrmHwcRect<int>( in InitFromHwcLayer()