Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmdisplaycompositor.cpp395 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() local
702 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()
Dglworker.cpp323 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()
Ddrm_hwcomposer.h217 DrmHwcRect<float> source_crop; member
Ddrmdisplaycomposition.cpp491 layer.source_crop.Dump(out); in Dump()
Dhwcomposer.cpp267 source_crop = DrmHwcRect<float>( in InitFromHwcLayer()