/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_engine_test.cpp | 51 RSBaseRenderEngine::SetHighContrast(contrastEnabled); 64 RSBaseRenderEngine::SetHighContrast(contrastEnabled);
|
H A D | rs_uni_render_thread_test.cpp | 554 instance.uniRenderEngine_->SetHighContrast(true); 556 instance.uniRenderEngine_->SetHighContrast(false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread.h | 90 void SetHighContrast(bool enabled) in SetHighContrast() function
|
H A D | rs_render_thread.cpp | 148 renderThread.SetHighContrast(newHighContrast); in RSRenderThread()
|
H A D | rs_render_thread_visitor.cpp | 516 canvas_->SetHighContrast(RSRenderThread::Instance().IsHighContrastEnabled()); in ProcessRootRenderNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 164 paintFilterCanvas_->SetHighContrast(mode); 168 paintFilterCanvas_->SetHighContrast(mode); 1187 rsPaintFilterCanvas.SetHighContrast(false); 1190 rsPaintFilterCanvas.SetHighContrast(true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.h | 232 static void SetHighContrast(bool enabled);
|
H A D | rs_base_render_engine.cpp | 561 void RSBaseRenderEngine::SetHighContrast(bool enabled) in SetHighContrast() function in OHOS::Rosen::RSBaseRenderEngine
|
H A D | rs_main_thread.cpp | 331 RSBaseRenderEngine::SetHighContrast(value.highContrastText); in OnConfigChanged()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_test.cpp | 388 RSRenderThread::Instance().SetHighContrast(true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 487 canvas.SetHighContrast(renderEngine->IsHighContrastEnabled()); in SetHighContrastIfEnabled()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 202 void SetHighContrast(bool enabled);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 836 void RSPaintFilterCanvas::SetHighContrast(bool enabled) in SetHighContrast() function in OHOS::Rosen::RSPaintFilterCanvas
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 787 curCanvas_->SetHighContrast(RSUniRenderThread::Instance().IsHighContrastTextModeOn()); in OnDraw() 1173 curCanvas_->SetHighContrast(RSUniRenderThread::Instance().IsHighContrastTextModeOn()); in DrawWiredMirrorOnDraw()
|
H A D | rs_render_node_drawable.cpp | 775 cacheCanvas->SetHighContrast(renderEngine->IsHighContrastEnabled()); in UpdateCacheSurface()
|
H A D | rs_surface_render_node_drawable.cpp | 584 rscanvas->SetHighContrast(RSUniRenderThread::Instance().IsHighContrastTextModeOn()); in OnCapture()
|