OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLookupTransform
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
45
:
mLookupTransform
(rasterMatrix) {
58
if (!
mLookupTransform
.invert(&mInverseLookupTransform)) {
79
hash = JenkinsHashMix(hash, android::hash_type(
mLookupTransform
[SkMatrix::kMScaleX]));
80
hash = JenkinsHashMix(hash, android::hash_type(
mLookupTransform
[SkMatrix::kMScaleY]));
113
if (lhs.
mLookupTransform
[SkMatrix::kMScaleX] <
114
rhs.
mLookupTransform
[SkMatrix::kMScaleX]) return -1;
115
if (lhs.
mLookupTransform
[SkMatrix::kMScaleX] >
116
rhs.
mLookupTransform
[SkMatrix::kMScaleX]) return +1;
118
if (lhs.
mLookupTransform
[SkMatrix::kMScaleY] <
119
rhs.
mLookupTransform
[SkMatrix::kMScaleY]) return -1
[
all
...]
Font.h
78
SkMatrix
mLookupTransform
;
Completed in 514 milliseconds