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

  /external/skia/src/gpu/
GrPathRendering.cpp 66 rec.fTextSize = SkPaint::kCanonicalTextSizeForPaths;
GrStencilAndCoverTextContext.cpp 333 fTextRatio = fSkPaint.getTextSize() / SkPaint::kCanonicalTextSizeForPaths;
334 fTextInverseRatio = SkPaint::kCanonicalTextSizeForPaths / fSkPaint.getTextSize();
347 fSkPaint.setTextSize(SkIntToScalar(SkPaint::kCanonicalTextSizeForPaths));
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 140 SkPaint::kCanonicalTextSizeForPaths));
  /external/skia/src/core/
SkPaint.cpp 770 this->setTextSize(kCanonicalTextSizeForPaths);
771 return textSize / kCanonicalTextSizeForPaths;
    [all...]

Completed in 144 milliseconds