Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.cpp90 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths; in createGlyphs()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp365 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths; in TextRun()
366 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize(); in TextRun()
381 fFont.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths)); in TextRun()
/external/skia/src/core/
DSkPaint.cpp679 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()
/external/skia/include/core/
DSkPaint.h1139 kCanonicalTextSizeForPaths = 64, enumerator