Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_render_params.cpp142 if (hasSandBox_ == hasSandbox) { in SetHasSandBox()
145 hasSandBox_ = hasSandbox; in SetHasSandBox()
151 return hasSandBox_; in HasSandBox()
479 target->hasSandBox_ = hasSandBox_; in OnSync()
519 if (hasSandBox_) { in ToString()
520 ret += RENDER_BASIC_PARAM_TO_STRING(hasSandBox_); in ToString()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h364 bool hasSandBox_ = false; variable