Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:srcCrop

1602     Dim srcCrop(crop.left, crop.top,
1606 preRotateSource(orient, whf, srcCrop);
1612 crop.right = srcCrop.w;
1613 crop.bottom = srcCrop.h;
1615 whf.w = srcCrop.w;
1616 whf.h = srcCrop.h;
1618 crop.left = srcCrop.x;
1619 crop.top = srcCrop.y;
1620 crop.right = srcCrop.x + srcCrop.w;
1621 crop.bottom = srcCrop.y + srcCrop.h;