Home
last modified time | relevance | path

Searched refs:IsSizeVailed (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp43 static inline bool IsSizeVailed(const Size &size) in IsSizeVailed() function
69 if (errorCode != SUCCESS || !IsSizeVailed(size)) { in SetAuxiliaryDecodeOption()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp601 static inline bool IsSizeVailed(const Size &size)
628 if (IsSizeVailed(wantSize)) {
817 if (errorCode != SUCCESS || !IsSizeVailed(info.size)) {
839 if (opts_.resolutionQuality == ResolutionQuality::HIGH && (IsSizeVailed(opts.desiredSize) &&
3775 if (errorCode != SUCCESS || !IsSizeVailed({size.width, size.height})) {
4206 if ((IsSizeVailed(opts.desiredSize) && (imageSize.height != opts.desiredSize.height
4345 if (IsSizeVailed(opts.desiredSize)) {
4365 hasDesiredSizeOptions = IsSizeVailed(opts_.desiredSize);

Completed in 6 milliseconds