Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dbasic_transformer.h45 static inline bool CheckOutOfRange(const Point &pt, const Size &size) in CheckOutOfRange() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp248 if (CheckOutOfRange(srcPoint, pixmapInfo.imageInfo.size)) { in DrawPixelmap()