Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDeviceProfile.cpp49 static SkDeviceProfile* gGlobalProfile; variable
66 if (nullptr == gGlobalProfile) { in RefGlobal()
67 gGlobalProfile = SkDeviceProfile::GetDefault(); in RefGlobal()
69 gGlobalProfile->ref(); in RefGlobal()
70 return gGlobalProfile; in RefGlobal()
76 SkRefCnt_SafeAssign(gGlobalProfile, profile); in SetGlobal()