Searched refs:dstBottom (Results 1 – 1 of 1) sorted by relevance
882 int32_t dstBottom = dst.top + dst.height; in GetValidCropRect() local884 if (dst.top >= 0 && dstBottom > 0 && dstBottom > plInfo.size.height) { in GetValidCropRect()