Home
last modified time | relevance | path

Searched refs:SkDeviceProfile (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkDeviceProfile.cpp14 #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 SkNEW_ARGS(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()
[all …]
DSkDeviceProfile.h13 class SkDeviceProfile : public SkRefCnt {
15 SK_DECLARE_INST_COUNT(SkDeviceProfile)
48 static SkDeviceProfile* Create(float gammaExp,
59 static SkDeviceProfile* GetDefault();
66 static SkDeviceProfile* RefGlobal();
75 static void SetGlobal(SkDeviceProfile*);
87 SkDeviceProfile(float gammaExp, float contrastScale, LCDConfig,
/external/skia/gyp/
Dcore.gypi76 '<(skia_src_path)/core/SkDeviceProfile.cpp',
/external/skia/
DAndroid.mk129 src/core/SkDeviceProfile.cpp \