Searched refs:source_crop (Results 1 – 5 of 5) sorted by relevance
395 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer()538 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame()663 DrmHwcRect<float> source_crop; in CommitFrame() local702 source_crop = layer.source_crop; in CommitFrame()773 (int)(source_crop.left) << 16) || in CommitFrame()775 (int)(source_crop.top) << 16) || in CommitFrame()777 (int)(source_crop.right - source_crop.left) in CommitFrame()780 (int)(source_crop.bottom - source_crop.top) in CommitFrame()
323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()324 layer.source_crop.top / tex_height, in ConstructCommand()325 layer.source_crop.right / tex_width, in ConstructCommand()326 layer.source_crop.bottom / tex_height); in ConstructCommand()
217 DrmHwcRect<float> source_crop; member
491 layer.source_crop.Dump(out); in Dump()
267 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()