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

  /external/skia/legacy/include/core/
SkDeviceProfile.h 76 float getFontContrastScale() const { return fContrastScale; }
89 float fContrastScale;
  /external/skia/src/core/
SkDeviceProfile.h 78 float getFontContrastScale() const { return fContrastScale; }
91 float fContrastScale;
SkDeviceProfile.cpp 30 fContrastScale = pin(contrast, 0, 1);
  /external/skia/legacy/src/core/
SkDeviceProfile.cpp 22 fContrastScale = pin(contrast, 0, 1);

Completed in 473 milliseconds