Lines Matching refs:that
4 * Use of this source code is governed by a BSD-style license that can be
18 bool operator==(const SkFontMetrics& that) {
20 this->fFlags == that.fFlags &&
21 this->fTop == that.fTop &&
22 this->fAscent == that.fAscent &&
23 this->fDescent == that.fDescent &&
24 this->fBottom == that.fBottom &&
25 this->fLeading == that.fLeading &&
26 this->fAvgCharWidth == that.fAvgCharWidth &&
27 this->fMaxCharWidth == that.fMaxCharWidth &&
28 this->fXMin == that.fXMin &&
29 this->fXMax == that.fXMax &&
30 this->fXHeight == that.fXHeight &&
31 this->fCapHeight == that.fCapHeight &&
32 this->fUnderlineThickness == that.fUnderlineThickness &&
33 this->fUnderlinePosition == that.fUnderlinePosition &&
34 this->fStrikeoutThickness == that.fStrikeoutThickness &&
35 this->fStrikeoutPosition == that.fStrikeoutPosition;
69 thickness to that value. If the underline thickness is not valid,
84 position to that value. If the underline position is not valid,
99 thickness to that value. If the underline thickness is not valid,
114 position to that value. If the underline position is not valid,