Home
last modified time | relevance | path

Searched refs:dstRight (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp883 int32_t dstRight = dst.left + dst.width; in GetValidCropRect() local
887 if (dst.left >= 0 && dstRight > 0 && dstRight > plInfo.size.width) { in GetValidCropRect()