Lines Matching refs:update
108 .update(mId) in computeHash()
109 .update(mStart) in computeHash()
110 .update(mCount) in computeHash()
111 .update(mStyle.identifier()) in computeHash()
112 .update(mSize) in computeHash()
113 .update(mScaleX) in computeHash()
114 .update(mSkewX) in computeHash()
115 .update(mLetterSpacing) in computeHash()
116 .update(mWordSpacing) in computeHash()
117 .update(mFontFlags) in computeHash()
118 .update(mLocaleListId) in computeHash()
119 .update(static_cast<uint8_t>(mFamilyVariant)) in computeHash()
120 .update(packHyphenEdit(mStartHyphen, mEndHyphen)) in computeHash()
121 .update(mIsRtl) in computeHash()