Searched refs:kCanonicalTextSizeForPaths (Results 1 – 4 of 4) sorted by relevance
69 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths; in createGlyphs()
377 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()378 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()391 fFont.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in TextRun()
1112 kCanonicalTextSizeForPaths = 64, enumerator
729 this->setTextSize(kCanonicalTextSizeForPaths); in setupForAsPaths()730 return textSize / kCanonicalTextSizeForPaths; in setupForAsPaths()2311 fPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in SkTextBaseIter()2312 fScale = paint.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in SkTextBaseIter()