HomeSort by relevance Sort by last modified time
    Searched refs:kCanonicalTextSizeForPaths (Results 1 - 7 of 7) sorted by null

  /external/skqp/src/gpu/
GrPathRendering.cpp 92 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths;
  /external/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 349 fTextRatio = fFont.getTextSize() / SkPaint::kCanonicalTextSizeForPaths;
350 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fFont.getTextSize();
365 fFont.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths));
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/src/core/
SkPaint.cpp 675 this->setTextSize(kCanonicalTextSizeForPaths);
676 return textSize / kCanonicalTextSizeForPaths;
    [all...]
SkScalerContext.cpp     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
  /external/skqp/src/core/
SkPaint.cpp 675 this->setTextSize(kCanonicalTextSizeForPaths);
676 return textSize / kCanonicalTextSizeForPaths;
    [all...]

Completed in 538 milliseconds