Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScalerContext.h56 struct SkScalerContextRec { struct
57 uint32_t fFontID;
58 SkScalar fTextSize, fPreScaleX, fPreSkewX;
59 SkScalar fPost2x2[2][2];
60 SkScalar fFrameWidth, fMiterLimit;
63 uint32_t fLumBits;
64 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
65 uint8_t fPaintGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
66 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
67 uint8_t fReservedAlign;
[all …]
/external/skia/src/core/
DSkScalerContext.h58 struct SkScalerContextRec { struct
60 uint32_t fFontID;
61 SkScalar fTextSize, fPreScaleX, fPreSkewX;
62 SkScalar fPost2x2[2][2];
63 SkScalar fFrameWidth, fMiterLimit;
68 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
69 uint8_t fPaintGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB
70 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
75 SkScalar getDeviceGamma() const { in getDeviceGamma()
78 void setDeviceGamma(SkScalar dg) { in setDeviceGamma()
[all …]