/frameworks/minikin/include/minikin/ |
D | LayoutCache.h | 110 hash = android::JenkinsHashMix(hash, android::hash_type(mStyle.identifier())); in computeHash() 111 hash = android::JenkinsHashMix(hash, android::hash_type(mSize)); in computeHash() 112 hash = android::JenkinsHashMix(hash, android::hash_type(mScaleX)); in computeHash() 113 hash = android::JenkinsHashMix(hash, android::hash_type(mSkewX)); in computeHash() 114 hash = android::JenkinsHashMix(hash, android::hash_type(mLetterSpacing)); in computeHash() 115 hash = android::JenkinsHashMix(hash, android::hash_type(mWordSpacing)); in computeHash() 116 hash = android::JenkinsHashMix(hash, android::hash_type(mPaintFlags)); in computeHash() 117 hash = android::JenkinsHashMix(hash, android::hash_type(mLocaleListId)); in computeHash() 119 android::hash_type(static_cast<uint8_t>(mFamilyVariant))); in computeHash() 122 android::hash_type(static_cast<uint8_t>(packHyphenEdit(mStartHyphen, mEndHyphen)))); in computeHash() [all …]
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 34 hash = JenkinsHashMix(hash, android::hash_type(radius)); in hash() 35 hash = JenkinsHashMix(hash, android::hash_type(textSize)); in hash() 36 hash = JenkinsHashMix(hash, android::hash_type(typeface)); in hash() 38 hash = JenkinsHashMix(hash, android::hash_type(italicStyle)); in hash() 39 hash = JenkinsHashMix(hash, android::hash_type(scaleX)); in hash() 45 hash = JenkinsHashMix(hash, android::hash_type(positions[i])); in hash()
|
D | GradientCache.cpp | 46 hash = JenkinsHashMix(hash, android::hash_type(colors[i])); in hash() 47 hash = JenkinsHashMix(hash, android::hash_type(positions[i])); in hash()
|
D | TessellationCache.cpp | 83 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth)); in hash() 84 hash = JenkinsHashMix(hash, android::hash_type(scaleX)); in hash() 85 hash = JenkinsHashMix(hash, android::hash_type(scaleY)); in hash()
|
D | PatchCache.h | 115 friend inline hash_t hash_type(const PatchDescription& entry) { return entry.hash(); } in hash_type() function
|
D | TextDropShadowCache.h | 107 inline hash_t hash_type(const ShadowText& entry) { in hash_type() function
|
D | PathCache.cpp | 92 hash = JenkinsHashMix(hash, android::hash_type(miter)); in hash() 93 hash = JenkinsHashMix(hash, android::hash_type(strokeWidth)); in hash() 94 hash = JenkinsHashMix(hash, android::hash_type(pathEffect)); in hash()
|
D | GradientCache.h | 93 inline hash_t hash_type(const GradientCacheEntry& entry) { in hash_type() function
|
D | PatchCache.cpp | 50 uint32_t hash = JenkinsHashMix(0, android::hash_type(mPatch)); in hash()
|
/frameworks/base/cmds/statsd/src/ |
D | HashableDimensionKey.cpp | 34 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mField.getField())); in hashDimension() 35 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mField.getTag())); in hashDimension() 36 hash = android::JenkinsHashMix(hash, android::hash_type((int)fieldValue.mValue.getType())); in hashDimension() 40 android::hash_type(fieldValue.mValue.int_value)); in hashDimension() 44 android::hash_type(fieldValue.mValue.long_value)); in hashDimension() 52 android::hash_type(fieldValue.mValue.float_value)); in hashDimension()
|
/frameworks/rs/cpp/util/ |
D | TypeHelpers.h | 269 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) { 295 return hash_type(uintptr_t(value));
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 71 hash = JenkinsHashMix(hash, android::hash_type(mFontSize)); in hash() 72 hash = JenkinsHashMix(hash, android::hash_type(mFlags)); in hash() 73 hash = JenkinsHashMix(hash, android::hash_type(mItalicStyle)); in hash() 74 hash = JenkinsHashMix(hash, android::hash_type(mScaleX)); in hash() 75 hash = JenkinsHashMix(hash, android::hash_type(mStyle)); in hash() 76 hash = JenkinsHashMix(hash, android::hash_type(mStrokeWidth)); in hash() 78 hash = JenkinsHashMix(hash, android::hash_type(mHinting)); in hash() 79 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleX])); in hash() 80 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleY])); in hash()
|
D | Font.h | 154 inline hash_t hash_type(const Font::FontDescription& entry) { in hash_type() function
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.h | 36 inline android::hash_t hash_type(const ResourceName& name) { in hash_type() function 45 inline android::hash_t hash_type(const ResourceId& id) { in hash_type() function 46 return android::hash_type(id.id); in hash_type()
|
/frameworks/base/libs/hwui/utils/ |
D | Macros.h | 30 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
|