Home
last modified time | relevance | path

Searched defs:rid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
122 callAllCuts(param, rid, x, y, w, h, ww, hh) { argument
124 rid: rid, x: x, y: y, w: w, h: h, u0: x / ww, v0: y / hh, u1: (x + w) / ww, v1: y / hh, property in XTexture.callAllCuts.allCuts
128 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
248 this.textIdxs[textIdx] = {cid: cid, rid: rid, mask: mask << off, time: this.timenow(),}; property in XTexture.getText.textIdxs
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp181 const char *rid = id; in GetId() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.inl169 for (ComponentId rid = componentCount - 1; rid > id; rid--) { local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp425 for (ComponentId rid = componentCount - 1; rid > id; rid--) { in Gc() local
H A Dmaterial_component_manager.cpp649 for (ComponentId rid = componentCount - 1; rid > id; rid--) { in Gc() local