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 D | texgine_canvas.cpp | 32 } 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 D | texgine_paint.h | 33 STROKE, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 121 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 D | rs_dirty_rects_dfx.h | 43 enum class RSPaintStyle { FILL, STROKE }; enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 229 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 D | rs_render_thread_visitor.h | 70 STROKE enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/ |
H A D | rs_dirty_rects_dfx_test.cpp | 274 RSDirtyRectsDfx::RSPaintStyle fillType = RSDirtyRectsDfx::RSPaintStyle::STROKE;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.h | 165 STROKE enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 125 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 D | rs_render_thread_visitor_test.cpp | 1022 fillType = RSRenderThreadVisitor::RSPaintStyle::STROKE;
|