Searched refs:bdImageLoadingCtx_ (Results 1 – 2 of 2) sorted by relevance
627 if (sourceFromImage && bdImageLoadingCtx_ && bdImage_) { in SyncAdditionalGeometryProperties()2776 rosenRenderContext->bdImageLoadingCtx_->MakeCanvasImage(SizeF(), true, ImageFit::NONE); in CreateBorderImageDataReadyCallback()2789 ctx->bdImage_ = ctx->bdImageLoadingCtx_->MoveCanvasImage(); in CreateBorderImageLoadSuccessCallback()2863 if (bdImageLoadingCtx_ && bdImage_) { in OnBorderImageUpdate()2872 if (!bdImageLoadingCtx_ || borderImageSourceInfo != bdImageLoadingCtx_->GetSourceInfo()) { in OnBorderImageSourceUpdate()2875 …bdImageLoadingCtx_ = AceType::MakeRefPtr<ImageLoadingContext>(borderImageSourceInfo, std::move(bgL… in OnBorderImageSourceUpdate()2876 CHECK_NULL_VOID(bdImageLoadingCtx_); in OnBorderImageSourceUpdate()2877 bdImageLoadingCtx_->LoadImageData(); in OnBorderImageSourceUpdate()
640 RefPtr<ImageLoadingContext> bdImageLoadingCtx_; variable