Searched refs:loadingSource_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.h | 125 ImageSourceInfo loadingSource_; variable
|
H A D | rosen_render_custom_paint.h | 211 ImageSourceInfo loadingSource_; variable
|
H A D | rosen_render_offscreen_canvas.cpp | 544 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 D | rosen_render_custom_paint.cpp | 2347 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 D | custom_paint_paint_method.h | 399 ImageSourceInfo loadingSource_; variable
|