Lines Matching refs:SkDeviceProfile
14 #define DEFAULT_LCDCONFIG SkDeviceProfile::kNone_LCDConfig
15 #define DEFAULT_FONTHINTLEVEL SkDeviceProfile::kSlight_FontHintLevel
26 SkDeviceProfile::SkDeviceProfile(float gammaExp, float contrast, in SkDeviceProfile() function in SkDeviceProfile
34 void SkDeviceProfile::generateTableForLuminanceByte(U8CPU lumByte, in generateTableForLuminanceByte()
40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, in Create()
44 return new SkDeviceProfile(gammaExp, contrast, config, level); in Create()
48 static SkDeviceProfile* gDefaultProfile;
49 static SkDeviceProfile* gGlobalProfile;
51 SkDeviceProfile* SkDeviceProfile::GetDefault() { in GetDefault()
55 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP, in GetDefault()
63 SkDeviceProfile* SkDeviceProfile::RefGlobal() { in RefGlobal()
67 gGlobalProfile = SkDeviceProfile::GetDefault(); in RefGlobal()
73 void SkDeviceProfile::SetGlobal(SkDeviceProfile* profile) { in SetGlobal()