Searched refs:cachedHighContrast (Results 1 – 3 of 3) sorted by relevance
183 void SetCachedHighContrast(bool cachedHighContrast);
393 void DrawCmdList::SetCachedHighContrast(bool cachedHighContrast) in SetCachedHighContrast() argument395 cachedHighContrast_ = cachedHighContrast; in SetCachedHighContrast()
1715 bool cachedHighContrast = parcel.ReadBool(); in Unmarshalling() local1752 val->SetCachedHighContrast(cachedHighContrast); in Unmarshalling()