Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp56 if (child->GetHash() == value) { in GetNodeRefPath()
59 if (value > child->GetHash() && value < (child->GetHash() + child->GetSize())) { in GetNodeRefPath()
H A Dbytecode_gen.cpp227 uint32_t hashCode = term->RefNode().lock()->GetHash(); in ByteCodeWriteWalk()
H A Dast.h107 uint32_t GetHash() const;
H A Dast.cpp361 uint32_t AstObject::GetHash() const in GetHash() function in AstObject
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dfont_collection.cpp126 uint32_t faceHash = face->GetHash(); in LoadThemeFont()
128 if (faceHash == item.second->GetHash()) { in LoadThemeFont()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp180 uint32_t Typeface::GetHash() const in GetHash() function in OHOS::Rosen::Drawing::Typeface
183 return typefaceImpl_->GetHash(); in GetHash()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtypeface_impl.h47 virtual uint32_t GetHash() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.h68 uint32_t GetHash() const override;
H A Dskia_typeface.cpp332 uint32_t SkiaTypeface::GetHash() const in GetHash() function in OHOS::Rosen::Drawing::SkiaTypeface
338 return skTypeface_->GetHash(); in GetHash()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtypeface.h114 uint32_t GetHash() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_typeface_cache_test.cpp51 uint32_t hash = typeface->GetHash();
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp73 h = GetHash(bitmap_[i]); in SpecialHash()
107 uint32_t Bitmap::GetHash(uint32_t key) const in GetHash() function in OHOS::NetManagerStandard::Bitmap
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp113 uint32_t hash_value = typeface->GetHash(); in CacheDrawingTypeface()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h96 uint32_t GetHash(uint32_t key) const;
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js310 GetHash() { method in AstObject
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp330 static napi_value GetHash(napi_env env, napi_callback_info info) in GetHash() function
1878 DECLARE_NAPI_FUNCTION("getHash", GetHash) in UtilInit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp1992 uint32_t hash = typeface->GetHash(); in RegisterTypeface()