Home
last modified time | relevance | path

Searched refs:COLOR_RED (Results 1 - 25 of 51) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp38 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenColor()
70 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenAlpha()
93 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenWidth()
113 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenMiterLimit()
150 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenCapStyle()
182 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenJoinStyle()
213 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenBlendMode()
235 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenAntiAlias()
258 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenPathEffect()
289 pen.SetColor(Drawing::Color::COLOR_RED); in TestPenFilter()
[all...]
H A Dpath_test.cpp59 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawStar()
177 pen.SetColor(Drawing::Color::COLOR_RED); in TestArcTo()
201 pen.SetColor(Drawing::Color::COLOR_RED); in TestCubicTo()
226 pen.SetColor(Drawing::Color::COLOR_RED); in TestQuadTo()
255 brush.SetColor(Drawing::Color::COLOR_RED); in TestAddRect()
283 brush.SetColor(Drawing::Color::COLOR_RED); in TestAddOval()
307 brush.SetColor(Drawing::Color::COLOR_RED); in TestAddArc()
325 brush.SetColor(Drawing::Color::COLOR_RED); in TestAddPoly()
370 brush.SetColor(Drawing::Color::COLOR_RED); in TestAddRoundRect()
418 brush.SetColor(Drawing::Color::COLOR_RED); in TestFillStyle()
[all...]
H A Dpath_effect_test.cpp27 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawDashPathEffect()
H A Dshader_test.cpp28 Drawing::Color::COLOR_RED }; in TestDrawShader()
H A Dfilter_test.cpp32 filter.SetColorFilter(ColorFilter::CreateBlendModeColorFilter(Drawing::Color::COLOR_RED, BlendMode::SRC_ATOP)); in TestDrawFilter()
H A Dmatrix_test.cpp29 brush.SetColor(Drawing::Color::COLOR_RED); in TestMatrix()
H A Dimage_test.cpp80 brush.SetColor(Drawing::Color::COLOR_RED); in TestDrawImageRect()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshadow_test.h57 Drawing::Color spotColor = Drawing::Color::COLOR_RED; in TestDrawShadow()
74 Drawing::Color spotColor = Drawing::Color::COLOR_RED; in TestDrawShadowStyle()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp138 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawPathPro()
156 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawBase()
163 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawBase()
185 pen.SetColor(Drawing::Color::COLOR_RED); in TestDrawPathEffect()
213 filter.SetColorFilter(ColorFilter::CreateBlendModeColorFilter(Drawing::Color::COLOR_RED, BlendMode::SRC_ATOP)); in TestDrawFilter()
300 brush.SetColor(Drawing::Color::COLOR_RED); in TestDrawImageRect()
342 brush.SetColor(Drawing::Color::COLOR_RED); in TestMatrix()
423 std::vector<ColorQuad> colors{Drawing::Color::COLOR_GREEN, Drawing::Color::COLOR_BLUE, Drawing::Color::COLOR_RED}; in TestDrawShader()
445 Drawing::Color spotColor = Drawing::Color::COLOR_RED; in TestDrawShadow()
462 Drawing::Color spotColor = Drawing::Color::COLOR_RED; in TestDrawShadowStyle()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/list/list/list14/
H A Dindex.js16 const COLOR_RED = '#FF0000';
109 this.planList[item].color = COLOR_RED;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_app_demo.cpp43 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init()
107 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in main()
H A Drender_service_client_first_frame_callback_demo.cpp43 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init()
H A Drender_service_client_uni_render_demo.cpp46 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init()
H A Drender_service_client_rs_animation_demo.cpp48 rootNode->SetBackgroundColor(Drawing::Color::COLOR_RED); in Init()
H A Drs_uni_render_fix_rotation_demo.cpp72 canvas.Clear(Drawing::Color::COLOR_RED); in DoDraw()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_draw_window_cache_unit_test.cpp87 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
135 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_draw_window_cache_test.cpp99 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
135 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_water_mark_test.cpp38 constexpr uint32_t COLOR_RED = 0xffff0000; member
129 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED); in FillColor()
H A Dwindow_visibility_info_test.cpp37 constexpr uint32_t COLOR_RED = 0xffff0000; member
110 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED); in FillColor()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_kawase_blur_shader_filter_test.cpp139 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
159 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
179 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
199 bmp.ClearWithColor(Drawing::Color::COLOR_RED); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager_test.cpp112 paint.SetColor(Drawing::Color::COLOR_RED); in HWTEST_F()
158 paint.SetColor(Drawing::Color::COLOR_RED); in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_color.h42 constexpr static uint32_t COLOR_RED = 0xFFFF0000; member in OHOS::Ace::Testing::TestingColor
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_ashmem_test.cpp156 brush.SetColor(Drawing::Color::COLOR_RED); in CreateDrawingImage()
206 brush.SetColor(Drawing::Color::COLOR_RED); in CreatePixelMap()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dcolor.h74 constexpr static ColorQuad COLOR_RED = 0xFFFF0000; member in OHOS::Rosen::Drawing::Color
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp137 RSUniRenderUtil::DrawRectForDfx(*canvas_, surfaceParams->GetDstRect(), Drawing::Color::COLOR_RED, in DrawHwcRegionForDFX()
378 DrawDirtyRectForDFX(dirtySurfaceRect, Drawing::Color::COLOR_RED, RSPaintStyle::STROKE, DFXFillAlpha); in DrawAllSurfaceDirtyRegionForDFX()

Completed in 11 milliseconds

123