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 823 scale = fTextSize / kCanonicalTextSizeForPaths;
825 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
908 scale = fTextSize / kCanonicalTextSizeForPaths;
910 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
991 scale = fTextSize / kCanonicalTextSizeForPaths;
993 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
1051 scale = fTextSize / kCanonicalTextSizeForPaths;
1053 ((SkPaint*)this)->setTextSize(SkIntToScalar(kCanonicalTextSizeForPaths));
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]

Completed in 241 milliseconds