Home
last modified time | relevance | path

Searched refs:STROKE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp32 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawLine()
54 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawRect()
76 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawRRect()
99 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawTextBlob()
121 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawSymbol()
143 } else if (paint.GetStyle() == TexginePaint::Style::STROKE) { in DrawPath()
H A Dtexgine_paint.h33 STROKE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp121 DrawDirtyRectForDFX(canvas, tmpRect, Drawing::Color::COLOR_BLUE, RSPaintStyle::STROKE); in DrawDirtyRegionInVirtual()
224 if (fillType == RSPaintStyle::STROKE) { in DrawDirtyRectForDFX()
248 DrawDirtyRectForDFX(canvas, subRect, Drawing::Color::COLOR_BLUE, RSPaintStyle::STROKE); in DrawDirtyRegionForDFX()
272 DrawDirtyRectForDFX(canvas, rect, info.second, RSPaintStyle::STROKE); in DrawAndTraceSingleDirtyRegionTypeForDFX()
337 DrawDirtyRectForDFX(canvas, dirtySurfaceRect, Drawing::Color::COLOR_RED, RSPaintStyle::STROKE); in DrawAllSurfaceDirtyRegionForDFX()
H A Drs_dirty_rects_dfx.h43 enum class RSPaintStyle { FILL, STROKE }; enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp229 if (fillType == RSPaintStyle::STROKE) { in DrawRectOnCanvas()
262 DrawRectOnCanvas(dirtyRect, 0xFF2FDD2F, RSPaintStyle::STROKE, edgeAlpha); in DrawDirtyRegion()
275 DrawRectOnCanvas(dirtyRect, 0xFFFFFF00, RSPaintStyle::STROKE, edgeAlpha); in DrawDirtyRegion()
289 DrawRectOnCanvas(subRect, 0x88FF0000, RSPaintStyle::STROKE, edgeAlpha, strokeWidth); in DrawDirtyRegion()
299 DrawRectOnCanvas(subRect, 0xFFD864D8, RSPaintStyle::STROKE, edgeAlpha, strokeWidth); in DrawDirtyRegion()
H A Drs_render_thread_visitor.h70 STROKE enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/
H A Drs_dirty_rects_dfx_test.cpp274 RSDirtyRectsDfx::RSPaintStyle fillType = RSDirtyRectsDfx::RSPaintStyle::STROKE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h165 STROKE enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp125 constexpr int32_t STROKE = 0xff0000ff; variable
574 EXPECT_STREQ(stroke.GetColor().ColorToString().c_str(), Color(STROKE).ColorToString().c_str());
589 EXPECT_NE(pathDeclaration.strokeState.GetColor(), Color(STROKE));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1022 fillType = RSRenderThreadVisitor::RSPaintStyle::STROKE;