Home
last modified time | relevance | path

Searched refs:loadingSource_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h125 ImageSourceInfo loadingSource_; variable
H A Drosen_render_custom_paint.h211 ImageSourceInfo loadingSource_; variable
H A Drosen_render_offscreen_canvas.cpp544 if (render->loadingSource_ == info) { in InitImageCallbacks()
548 …"image sourceInfo_ check error, : %{public}s vs %{public}s", render->loadingSource_.ToString().c_s… in InitImageCallbacks()
568 currentSource_ = loadingSource_; in ImageObjReady()
576 loadingSource_.SetSrc(""); in ImageObjFailed()
593 loadingSource_ = ImageSourceInfo(canvasImage.src); in DrawSvgImage()
595 if (currentSource_ != loadingSource_) { in DrawSvgImage()
596 … ImageProvider::FetchImageObject(loadingSource_, imageObjSuccessCallback_, uploadSuccessCallback_, in DrawSvgImage()
H A Drosen_render_custom_paint.cpp2347 if (render->loadingSource_ == info) {
2351 …"image sourceInfo_ check error, : %{public}s vs %{public}s", render->loadingSource_.ToString().c_s…
2373 currentSource_ = loadingSource_;
2398 loadingSource_ = ImageSourceInfo(canvasImage.src);
2400 if (currentSource_ != loadingSource_) {
2401 … ImageProvider::FetchImageObject(loadingSource_, imageObjSuccessCallback_, uploadSuccessCallback_,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h399 ImageSourceInfo loadingSource_; variable