Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp718 static int32_t BuildPixelMap(unique_ptr<PixelMap> &dstPixelMap, const CropValue &cropType, in BuildPixelMap() argument
727 if (cropType == CropValue::VALID) { in BuildPixelMap()
760 CropValue cropType = PostProc::ValidCropValue(sRect, srcImageInfo.size); in Create() local
761 if (cropType == CropValue::INVALID) { in Create()
771 if (opts.useSourceIfMatch && !source.IsEditable() && !opts.editable && (cropType == CropValue::NOCROP) && in Create()
777 if ((errorCode = BuildPixelMap(dstPixelMap, cropType, dstImageInfo, sRect, srcImageInfo)) != SUCCESS) { in Create()
781 if ((cropType == CropValue::VALID) || isHasConvert) { in Create()

Completed in 7 milliseconds