Searched defs:hash_type (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
H A DGradientCache.h96 inline hash_t hash_type(const GradientCacheEntry& entry) { function in namespace:android::uirenderer
H A DPatchCache.h128 friend inline hash_t hash_type(const PatchDescription& entry) { function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h112 inline hash_t hash_type(const ShadowText& entry) { function in namespace:android::uirenderer
/frameworks/base/libs/hwui/font/
H A DFont.h165 inline hash_t hash_type(const Font::FontDescription& entry) { function in namespace:android::uirenderer
/frameworks/minikin/include/minikin/
H A DFontFamily.h98 inline hash_t hash_type(const FontStyle &style) { function in namespace:android
/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/minikin/libs/minikin/
H A DLayout.cpp250 hash = JenkinsHashMix(hash, hash_type(mStyle));
251 hash = JenkinsHashMix(hash, hash_type(mSize));
252 hash = JenkinsHashMix(hash, hash_type(mScaleX));
253 hash = JenkinsHashMix(hash, hash_type(mSkewX));
254 hash = JenkinsHashMix(hash, hash_type(mLetterSpacing));
255 hash = JenkinsHashMix(hash, hash_type(mPaintFlags));
256 hash = JenkinsHashMix(hash, hash_type(mHyphenEdit.hasHyphen()));
257 hash = JenkinsHashMix(hash, hash_type(mIsRtl));
262 hash_t hash_type(const LayoutCacheKey& key) { function in namespace:android

Completed in 714 milliseconds