Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:crop

273     hwc_rect_t crop = layer->sourceCrop;
278 qhwc::calculate_crop_rects(crop, dst, scissor, layer->transform);
281 int crop_w = crop.right - crop.left;
282 int crop_h = crop.bottom - crop.top;