Searched defs:SkScalerContextRec (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScalerContext.h | 27 struct SkScalerContextRec { struct 28 uint32_t fFontID; 29 SkScalar fTextSize, fPreScaleX, fPreSkewX; 30 SkScalar fPost2x2[2][2]; 31 SkScalar fFrameWidth, fMiterLimit; 34 uint32_t fLumBits; 35 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB 36 uint8_t fPaintGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB 37 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast 38 uint8_t fReservedAlign; [all …]
|