Searched refs:dstRight (Results 1 – 1 of 1) sorted by relevance
883 int32_t dstRight = dst.left + dst.width; in GetValidCropRect() local887 if (dst.left >= 0 && dstRight > 0 && dstRight > plInfo.size.width) { in GetValidCropRect()