Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.h132 ++nativeRefCount_; in AddNativeRef()
137 --nativeRefCount_; in Release()
138 if (nativeRefCount_ == 0) { in Release()
180 uint32_t nativeRefCount_ = 0; variable