Searched refs:hash_type (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DTinyHashMap.h37 hash_t hash = android::hash_type(key);
52 hash_t hash = android::hash_type(key);
H A DMacros.h30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp36 hash = JenkinsHashMix(hash, android::hash_type(radius));
37 hash = JenkinsHashMix(hash, android::hash_type(textSize));
38 hash = JenkinsHashMix(hash, android::hash_type(typeface));
40 hash = JenkinsHashMix(hash, android::hash_type(italicStyle));
41 hash = JenkinsHashMix(hash, android::hash_type(scaleX));
47 hash = JenkinsHashMix(hash, android::hash_type(positions[i]));
H A DPatchCache.h127 friend inline hash_t hash_type(const PatchDescription& entry) { function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h111 inline hash_t hash_type(const ShadowText& entry) { function in namespace:android::uirenderer
H A DGradientCache.h102 inline hash_t hash_type(const GradientCacheEntry& entry) { function in namespace:android::uirenderer
H A DGradientCache.cpp45 hash = JenkinsHashMix(hash, android::hash_type(colors[i]));
46 hash = JenkinsHashMix(hash, android::hash_type(positions[i]));
H A DPathCache.cpp71 hash = JenkinsHashMix(hash, android::hash_type(miter));
72 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth));
73 hash = JenkinsHashMix(hash, android::hash_type(pathEffect));
H A DTessellationCache.cpp63 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth));
64 hash = JenkinsHashMix(hash, android::hash_type(scaleX));
65 hash = JenkinsHashMix(hash, android::hash_type(scaleY));
H A DPatchCache.cpp70 uint32_t hash = JenkinsHashMix(0, android::hash_type(mPatch));
/frameworks/rs/cpp/util/
H A DTypeHelpers.h269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android::RSC
295 return hash_type(uintptr_t(value));
/frameworks/rs/server/
H A DTypeHelpers.h269 hash_t hash_type(const TKey& key);
274 template <> inline hash_t hash_type(const T& value) { return hash_t(value); }
276 template <> inline hash_t hash_type(const T& value) { \
279 template <> inline hash_t hash_type(const T& value) { \
280 return hash_type(*reinterpret_cast<const R*>(&value)); }
294 template <typename T> inline hash_t hash_type(T* const & value) { function in namespace:android
295 return hash_type(uintptr_t(value));
/frameworks/base/libs/hwui/font/
H A DFont.cpp77 hash = JenkinsHashMix(hash, android::hash_type(mFontSize));
78 hash = JenkinsHashMix(hash, android::hash_type(mFlags));
79 hash = JenkinsHashMix(hash, android::hash_type(mItalicStyle));
80 hash = JenkinsHashMix(hash, android::hash_type(mScaleX));
81 hash = JenkinsHashMix(hash, android::hash_type(mStyle));
82 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth));
84 hash = JenkinsHashMix(hash, android::hash_type(mHinting));
85 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleX]));
86 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleY]));
H A DFont.h165 inline hash_t hash_type(const Font::FontDescription& entry) { function in namespace:android::uirenderer
/frameworks/minikin/libs/minikin/
H A DLayout.cpp206 hash = JenkinsHashMix(hash, hash_type(mStyle));
207 hash = JenkinsHashMix(hash, hash_type(mSize));
208 hash = JenkinsHashMix(hash, hash_type(mScaleX));
209 hash = JenkinsHashMix(hash, hash_type(mSkewX));
210 hash = JenkinsHashMix(hash, hash_type(mLetterSpacing));
211 hash = JenkinsHashMix(hash, hash_type(mPaintFlags));
212 hash = JenkinsHashMix(hash, hash_type(mIsRtl));
217 hash_t hash_type(const LayoutCacheKey& key) { function in namespace:android
/frameworks/minikin/include/minikin/
H A DFontFamily.h98 inline hash_t hash_type(const FontStyle &style) { function in namespace:android

Completed in 5674 milliseconds