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

  /external/skia/src/core/
SkPaint.cpp 866 scale = fTextSize / kCanonicalTextSizeForPaths;
868 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
940 scale = fTextSize / kCanonicalTextSizeForPaths;
941 maxWidth = SkScalarMulDiv(maxWidth, kCanonicalTextSizeForPaths, fTextSize);
943 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1012 scale = fTextSize / kCanonicalTextSizeForPaths;
1014 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1070 scale = fTextSize / kCanonicalTextSizeForPaths;
1072 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]

Completed in 126 milliseconds