Searched refs:fDeviceGamma (Results 1 – 2 of 2) sorted by relevance
51 uint8_t fDeviceGamma; //2.6, (0.0, 4.0) gamma, 0.0 for sRGB member57 return SkIntToScalar(fDeviceGamma) / (1 << 6); in getDeviceGamma()61 fDeviceGamma = SkScalarFloorToInt(dg * (1 << 6)); in setDeviceGamma()
396 rec.fLumBits & 0xFF, rec.fDeviceGamma, rec.fPaintGamma, rec.fContrast, in dump()