• Home
  • Raw
  • Download

Lines Matching refs:crop

544 void calculate_crop_rects(hwc_rect_t& crop, hwc_rect_t& dst,  in calculate_crop_rects()  argument
547 int& crop_l = crop.left; in calculate_crop_rects()
548 int& crop_t = crop.top; in calculate_crop_rects()
549 int& crop_r = crop.right; in calculate_crop_rects()
550 int& crop_b = crop.bottom; in calculate_crop_rects()
551 int crop_w = crop.right - crop.left; in calculate_crop_rects()
552 int crop_h = crop.bottom - crop.top; in calculate_crop_rects()
772 hwc_rect_t& crop, hwc_rect_t& dst) { in trimLayer() argument
778 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer()
886 const eTransform& orient, const hwc_rect_t& crop, in configMdp() argument
892 int crop_w = crop.right - crop.left; in configMdp()
893 int crop_h = crop.bottom - crop.top; in configMdp()
894 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()
912 hwc_rect_t& crop) { in updateSource() argument
913 Dim srcCrop(crop.left, crop.top, in updateSource()
914 crop.right - crop.left, in updateSource()
915 crop.bottom - crop.top); in updateSource()
920 crop.left = srcCrop.x; in updateSource()
921 crop.top = srcCrop.y; in updateSource()
922 crop.right = srcCrop.x + srcCrop.w; in updateSource()
923 crop.bottom = srcCrop.y + srcCrop.h; in updateSource()
938 hwc_rect_t crop = layer->sourceCrop; in configureLowRes() local
951 crop.right - crop.left, in configureLowRes()
952 crop.bottom - crop.top, in configureLowRes()
972 trimLayer(ctx, dpy, transform, crop, dst); in configureLowRes()
985 updateSource(orient, whf, crop); in configureLowRes()
997 if(configMdp(ctx->mOverlay, parg, orient, crop, dst, metadata, dest) < 0) { in configureLowRes()
1019 hwc_rect_t crop = layer->sourceCrop; in configureHighRes() local
1030 trimLayer(ctx, dpy, transform, crop, dst); in configureHighRes()
1042 updateSource(orient, whf, crop); in configureHighRes()
1053 tmp_cropL = crop; in configureHighRes()
1059 tmp_cropR = crop; in configureHighRes()