HomeSort by relevance Sort by last modified time
    Searched refs:source_crop (Results 1 - 6 of 6) sorted by null

  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 354 pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height);
498 squash_layer.source_crop = DrmHwcRect<float>(
602 DrmHwcRect<float> source_crop;
642 source_crop = layer.source_crop;
703 (int)(source_crop.left) << 16) < 0;
706 (int)(source_crop.top) << 16) < 0;
709 (int)(source_crop.right - source_crop.left) << 16) < 0;
712 (int)(source_crop.bottom - source_crop.top) << 16) < 0
    [all...]
drmhwcomposer.h 145 DrmHwcRect<float> source_crop; member in struct:android::DrmHwcLayer
glworker.cpp 323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width,
324 layer.source_crop.top / tex_height,
325 layer.source_crop.right / tex_width,
326 layer.source_crop.bottom / tex_height);
platformnv.cpp 279 auto src_w = layer->source_crop.width();
280 auto src_h = layer->source_crop.height();
drmdisplaycomposition.cpp 552 << "]=" << BlendingToString(layer.blending) << " source_crop";
553 layer.source_crop.Dump(out);
hwcomposer.cpp 306 source_crop = DrmHwcRect<float>(

Completed in 172 milliseconds