Searched refs:kCanonicalTextSizeForPaths (Results 1 – 2 of 2) sorted by relevance
988 scale = fTextSize / kCanonicalTextSizeForPaths; in measureText()990 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths)); in measureText()1069 scale = fTextSize / kCanonicalTextSizeForPaths; in breakText()1070 maxWidth = SkScalarMulDiv(maxWidth, kCanonicalTextSizeForPaths, fTextSize); in breakText()1072 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths)); in breakText()1142 scale = fTextSize / kCanonicalTextSizeForPaths; in getFontMetrics()1144 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths)); in getFontMetrics()1200 scale = fTextSize / kCanonicalTextSizeForPaths; in getTextWidths()1202 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths)); in getTextWidths()2106 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in SkTextToPathIter()[all …]
952 kCanonicalTextSizeForPaths = 64 enumerator