Searched refs:kCanonicalTextSizeForPaths (Results 1 – 4 of 4) sorted by relevance
90 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths; in createGlyphs()
365 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()366 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()381 fFont.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in TextRun()
679 this->setTextSize(kCanonicalTextSizeForPaths); in setupForAsPaths()680 return textSize / kCanonicalTextSizeForPaths; in setupForAsPaths()2216 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in SkTextBaseIter()2217 fScale = paint.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in SkTextBaseIter()
1139 kCanonicalTextSizeForPaths = 64, enumerator