Home
last modified time | relevance | path

Searched refs:currentSource_ (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.h126 ImageSourceInfo currentSource_; variable
H A Drosen_render_custom_paint.h212 ImageSourceInfo currentSource_; variable
H A Drosen_render_offscreen_canvas.cpp568 currentSource_ = loadingSource_; in ImageObjReady()
577 currentSource_.SetSrc(""); in ImageObjFailed()
595 if (currentSource_ != loadingSource_) { in DrawSvgImage()
H A Drosen_render_custom_paint.cpp2373 currentSource_ = loadingSource_;
2400 if (currentSource_ != loadingSource_) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h398 ImageSourceInfo currentSource_; variable