Searched refs:imageEvent (Results 1 – 4 of 4) sorted by relevance
39 ImageEvent imageEvent; variable40 imageEvent.SetDecodeErrorMsg(ERROR_MESSAGE);52 ImageEvent imageEvent; variable53 imageEvent.SetIncrementalDecode();65 ImageEvent imageEvent; variable66 imageEvent.ReportDecodeInfo();78 ImageEvent imageEvent; variable79 imageEvent.ReportDecodeFault();
801 ImageEvent imageEvent; in CreatePixelMapExtended() local1048 ImageEvent &imageEvent) in SetDecodeInfoOptions() argument1069 imageEvent.SetDecodeInfoOptions(options); in SetDecodeInfoOptions()1094 imageEvent.SetDecodeInfoOptions(options); in SetDecodeInfoOptions()1128 ImageEvent imageEvent; in CreatePixelMap() local1131 SetImageEventHeifParseErr(imageEvent); in CreatePixelMap()1141 ImageEvent imageEvent; in CreatePixelMap() local1215 UpdateDecodeInfoOptions(context, imageEvent); in CreatePixelMap()2493 ImageEvent imageEvent; in DoIncrementalDecoding() local2494 imageEvent.SetIncrementalDecode(); in DoIncrementalDecoding()[all …]
333 …oOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &info, ImageEvent &imageEvent);335 ImageEvent &imageEvent);336 void UpdateDecodeInfoOptions(const ImagePlugin::DecodeContext &context, ImageEvent &imageEvent);348 ImagePlugin::PlImageInfo &plInfo, ImageEvent &imageEvent, uint32_t &errorCode);
132 auto imageEvent = imageHost->GetEventHub<ImageEventHub>(); in UpdateCancelButtonStatus() local133 CHECK_NULL_VOID(imageEvent); in UpdateCancelButtonStatus()134 imageEvent->SetEnabled(isEventEnabled); in UpdateCancelButtonStatus()