Home
last modified time | relevance | path

Searched defs:rh (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_ext_manage_test.cpp48 bool IsEqual(const struct stat &lf, const struct stat &rh) in IsEqual()
69 const map<string, tuple<string, struct stat, bool>> &rh) in IsEqual()
95 …qual(const std::vector<ExtManageInfo> &lf, const map<string, tuple<string, struct stat, bool>> &rh) in IsEqual()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dbind_templates.inl80 if (auto rh = v->GetRenderHandle()) { local
99 RENDER_NS::RenderHandleReference rh; local
H A Dscene_holder.cpp1912 auto rh = rhComponentManager_->GetRenderHandleReference(shaderEntityRef); in GetShader() local
1952 auto rh = rhComponentManager_->GetRenderHandleReference(stateEntityRef); in GetGraphicsState() local
2011 auto rh = rhComponentManager_->GetRenderHandleReference(entityRef); in SetGraphicsState() local
2042 auto rh = rhComponentManager_->GetRenderHandleReference(entityRef); in GetGraphicsState() local
2065 RenderHandleReference rh {}; in SetShader() local
2144 auto rh = state->GetRenderHandleReference(engineShaderManager); in SetGraphicsState() local
2239 …tityReference SceneHolder::LoadImage(BASE_NS::string_view uri, RENDER_NS::RenderHandleReference rh) in LoadImage()
H A Dpostprocess_effect_impl.cpp157 RENDER_NS::RenderHandle rh { handle }; in __anon846687510402() local
H A Dscene_impl.cpp159 const auto rh = data.bitmap->GetRenderHandle(); in SetBitmap() local
165 const auto rh = data.bitmap->GetRenderHandle(); in SetBitmap() local
H A Dnode_impl.cpp664 auto rh = meta->GetPropertyByName(RM_HANDLE); in CompleteInitialization() local
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp46 static bool IsEqual(const vector<string> &lf, const vector<string> &rh) in IsEqual()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DX2DFast.js78 DrawCircle(ox, oy, rw, rh, c = 0xffffffff, lw = 1) { argument