Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h183 void SetCachedHighContrast(bool cachedHighContrast);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp393 void DrawCmdList::SetCachedHighContrast(bool cachedHighContrast) in SetCachedHighContrast() argument
395 cachedHighContrast_ = cachedHighContrast; in SetCachedHighContrast()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1715 bool cachedHighContrast = parcel.ReadBool(); in Unmarshalling() local
1752 val->SetCachedHighContrast(cachedHighContrast); in Unmarshalling()