Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp882 int32_t dstBottom = dst.top + dst.height; in GetValidCropRect() local
884 if (dst.top >= 0 && dstBottom > 0 && dstBottom > plInfo.size.height) { in GetValidCropRect()