/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_colorspace_convert_test.cpp | 51 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; 69 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; 96 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; 124 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; 145 GraphicColorGamut targetColorSpace = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | render_context_test.cpp | 225 renderContext.SetColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in HWTEST_F() 226 ASSERT_EQ(renderContext.GetColorSpace(), GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | render_context.cpp | 351 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in AcquireSurface() 489 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in ConvertColorGamutToSkColorSpace()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_colorspace_convert.cpp | 194 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in ConvertColorGamutToSpaceInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ |
H A D | drawing_context.cpp | 189 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in GetSkColorSpace()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
H A D | rs_uni_render_test.cpp | 139 surfaceNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_display_render_node_test.cpp | 666 node->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); 668 ASSERT_EQ(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3, colorSpace);
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 217 { ColorGamutAdapter::DISPLAY_P3, GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3 },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 684 colorGamut = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in ComputeTargetColorGamut() 728 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in ConvertColorGamutToSpaceType()
|
H A D | rs_surface_capture_task_parallel.cpp | 451 … surfaceBuffer->SetSurfaceBufferColorGamut(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); in CreateSurfaceSyncCopyTask()
|
H A D | rs_base_render_util.cpp | 507 GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3, in IsSupportedColorGamut() 525 case GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3:
|
H A D | rs_base_render_engine.cpp | 711 case GRAPHIC_COLOR_GAMUT_DISPLAY_P3: in ConvertColorGamutToDrawingColorSpace()
|
H A D | rs_uni_render_visitor.cpp | 254 newColorSpace_ = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in CheckColorSpace() 275 newColorSpace_ = GRAPHIC_COLOR_GAMUT_DISPLAY_P3; in CheckColorSpaceWithSelfDrawingNode() 285 if (newColorSpace_ == GRAPHIC_COLOR_GAMUT_DISPLAY_P3) { in UpdateColorSpaceAfterHwcCalc()
|
H A D | rs_uni_render_composer_adapter.cpp | 244 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, CM_P3_FULL}, in SetBufferColorSpace()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 324 GRAPHIC_COLOR_GAMUT_DISPLAY_P3 = 6, /**< display P3 */ enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_engine_test.cpp | 260 …orSpace = RSBaseRenderEngine::ConvertColorGamutToDrawingColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
|
H A D | rs_uni_render_visitor_test.cpp | 791 appWindowNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); 812 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); 834 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3); 920 selfDrawingNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
|
H A D | rs_uni_render_composer_adapter_test.cpp | 1304 rsSurface->SetColorSpace(GRAPHIC_COLOR_GAMUT_DISPLAY_P3); 1314 .colorGamut = GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3,
|
H A D | rs_base_render_util_test.cpp | 168 GraphicColorGamut colorGamut = GRAPHIC_COLOR_GAMUT_DISPLAY_P3;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen.cpp | 36 {GRAPHIC_COLOR_GAMUT_DISPLAY_P3, GRAPHIC_CM_P3_FULL}, 47 {GRAPHIC_CM_P3_FULL, GRAPHIC_COLOR_GAMUT_DISPLAY_P3},
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 1141 GRAPHIC_COLOR_GAMUT_DISPLAY_P3 : GRAPHIC_COLOR_GAMUT_SRGB; in UpdateColorSpaceWithMetadata()
|