Searched refs:source_crop (Results 1 – 7 of 7) sorted by relevance
/external/drm_hwcomposer/ |
D | drmdisplaycompositor.cpp | 354 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height); in PrepareFramebuffer() 500 squash_layer.source_crop = DrmHwcRect<float>( in PrepareFrame() 604 DrmHwcRect<float> source_crop; in CommitFrame() local 646 source_crop = layer.source_crop; in CommitFrame() 707 (int)(source_crop.left) << 16) < 0; in CommitFrame() 710 (int)(source_crop.top) << 16) < 0; in CommitFrame() 713 (int)(source_crop.right - source_crop.left) << 16) < 0; in CommitFrame() 716 (int)(source_crop.bottom - source_crop.top) << 16) < 0; in CommitFrame()
|
D | glworker.cpp | 319 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand() 320 layer.source_crop.top / tex_height, in ConstructCommand() 321 layer.source_crop.right / tex_width, in ConstructCommand() 322 layer.source_crop.bottom / tex_height); in ConstructCommand()
|
D | platformnv.cpp | 290 auto src_w = layer->source_crop.width(); in CheckLayer() 291 auto src_h = layer->source_crop.height(); in CheckLayer()
|
D | drmhwcomposer.h | 145 DrmHwcRect<float> source_crop; member
|
D | hwcutils.cpp | 172 source_crop = DrmHwcRect<float>(crop.left, crop.top, crop.right, crop.bottom); in SetSourceCrop()
|
D | drmdisplaycomposition.cpp | 560 layer.source_crop.Dump(out); in Dump()
|
D | drmhwctwo.cpp | 610 hwc_frect_t source_crop = {.left = 0.0f, in SetActiveConfig() local 614 client_layer_.SetLayerSourceCrop(source_crop); in SetActiveConfig()
|