Home
last modified time | relevance | path

Searched defs:SkScalerContextRec (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkScalerContext.h31 struct SkScalerContextRec { struct
32 uint32_t fOrigFontID;
33 uint32_t fFontID;
34 SkScalar fTextSize, fPreScaleX, fPreSkewX;
35 SkScalar fPost2x2[2][2];
36 SkScalar fFrameWidth, fMiterLimit;
39 uint32_t fLumBits;
40 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
41 uint8_t fPaintGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
42 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
[all …]
/external/chromium_org/third_party/skia/src/core/
DSkScalerContext.h31 struct SkScalerContextRec { struct
32 uint32_t fOrigFontID;
33 uint32_t fFontID;
34 SkScalar fTextSize, fPreScaleX, fPreSkewX;
35 SkScalar fPost2x2[2][2];
36 SkScalar fFrameWidth, fMiterLimit;
39 uint32_t fLumBits;
40 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
41 uint8_t fPaintGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
42 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
[all …]