Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceProfile.cpp48 static SkDeviceProfile* gDefaultProfile; variable
54 if (nullptr == gDefaultProfile) { in GetDefault()
55 gDefaultProfile = SkDeviceProfile::Create(DEFAULT_GAMMAEXP, in GetDefault()
60 return gDefaultProfile; in GetDefault()