Home
last modified time | relevance | path

Searched refs:kCanonicalTextSizeForPaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.cpp69 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths; in createGlyphs()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp377 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()
378 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()
391 fFont.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in TextRun()
/external/skia/include/core/
DSkPaint.h1112 kCanonicalTextSizeForPaths = 64, enumerator
/external/skia/src/core/
DSkPaint.cpp729 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()