Searched refs:mLookupTransform (Results 1 – 2 of 2) sorted by relevance
49 : mLookupTransform(rasterMatrix) { in FontDescription()62 if (!mLookupTransform.invert(&mInverseLookupTransform)) { in FontDescription()85 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleX])); in hash()86 hash = JenkinsHashMix(hash, android::hash_type(mLookupTransform[SkMatrix::kMScaleY])); in hash()119 if (lhs.mLookupTransform[SkMatrix::kMScaleX] < in compare()120 rhs.mLookupTransform[SkMatrix::kMScaleX]) return -1; in compare()121 if (lhs.mLookupTransform[SkMatrix::kMScaleX] > in compare()122 rhs.mLookupTransform[SkMatrix::kMScaleX]) return +1; in compare()124 if (lhs.mLookupTransform[SkMatrix::kMScaleY] < in compare()125 rhs.mLookupTransform[SkMatrix::kMScaleY]) return -1; in compare()[all …]
78 SkMatrix mLookupTransform; member