Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp698 drawCmdList->SetCachedHighContrast(true);
773 drawCmdList->SetCachedHighContrast(false);
778 drawCmdList->SetCachedHighContrast(false);
780 drawCmdList->SetCachedHighContrast(true);
/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() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1752 val->SetCachedHighContrast(cachedHighContrast); in Unmarshalling()