/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | decompile_gen.cpp | 56 if (child->GetHash() == value) { in GetNodeRefPath() 59 if (value > child->GetHash() && value < (child->GetHash() + child->GetSize())) { in GetNodeRefPath()
|
H A D | bytecode_gen.cpp | 227 uint32_t hashCode = term->RefNode().lock()->GetHash(); in ByteCodeWriteWalk()
|
H A D | ast.h | 107 uint32_t GetHash() const;
|
H A D | ast.cpp | 361 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 D | font_collection.cpp | 126 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 D | typeface.cpp | 180 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 D | typeface_impl.h | 47 virtual uint32_t GetHash() const = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_typeface.h | 68 uint32_t GetHash() const override;
|
H A D | skia_typeface.cpp | 332 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 D | typeface.h | 114 uint32_t GetHash() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_typeface_cache_test.cpp | 51 uint32_t hash = typeface->GetHash();
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 73 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 D | rs_typeface_cache.cpp | 113 uint32_t hash_value = typeface->GetHash(); in CacheDrawingTypeface()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bitmap_manager.h | 96 uint32_t GetHash(uint32_t key) const;
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 310 GetHash() { method in AstObject
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 330 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 D | rs_render_service_connection_proxy.cpp | 1992 uint32_t hash = typeface->GetHash(); in RegisterTypeface()
|