/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | dashing.cpp | 56 OH_Drawing_PenSetWidth(pen, width); in show_zero_len_dash() 96 OH_Drawing_PenSetWidth(pen, w); in OnTestFunction() 107 OH_Drawing_PenSetWidth(pen, 8); // 8宽度 in OnTestFunction() 180 OH_Drawing_PenSetWidth(pen, 6.0); // 6.0 宽度 in OnTestFunction() 234 OH_Drawing_PenSetWidth(pen, w); in DashingNum() 250 OH_Drawing_PenSetWidth(pen, 8.f); in DashingTow() 309 OH_Drawing_PenSetWidth(pen, 40); // 40宽度 in DashingThree() 326 OH_Drawing_PenSetWidth(pen, 11); // 11宽度 in DashingThree()
|
H A D | points.cpp | 69 OH_Drawing_PenSetWidth(pen0, 4); // 4 画笔pen0的宽度 in OnTestFunction() 71 OH_Drawing_PenSetWidth(pen2, 6); // 6 画笔pen2的宽度 in OnTestFunction()
|
H A D | stroke_rect_shader.cpp | 39 OH_Drawing_PenSetWidth(pen, fWidth); in drawRect() 60 OH_Drawing_PenSetWidth(pen, 0); in drawRect()
|
H A D | arcofzorro.cpp | 53 OH_Drawing_PenSetWidth(pen, 35); // stroke width is 35 in OnTestFunction()
|
H A D | onebadarc.cpp | 61 OH_Drawing_PenSetWidth(pen, 15.f); // 15.f 定义了画笔的宽度 in OnTestFunction()
|
H A D | points_mask_filter.cpp | 65 OH_Drawing_PenSetWidth(pen, fWidth); in OnTestFunction()
|
H A D | strokes.cpp | 76 OH_Drawing_PenSetWidth(pen, 4.5f); // 4.5f pen width in OnTestFunction()
|
H A D | add_arc.cpp | 112 OH_Drawing_PenSetWidth(pen, 15); // 15宽度 in OnTestFunction()
|
H A D | circular_arcs.cpp | 66 OH_Drawing_PenSetWidth(pen, kStrokeWidth); in OnTestFunction()
|
H A D | shadowutils.cpp | 188 OH_Drawing_PenSetWidth(pen, 0); in draw_rect_path() 290 OH_Drawing_PenSetWidth(pen, 0); in draw_star()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_pen_test.cpp | 111 OH_Drawing_PenSetWidth(pen3, 10); 199 OH_Drawing_PenSetWidth(pen9, 10); 293 OH_Drawing_PenSetWidth(pen, 10); // 10: width of pen 431 OH_Drawing_PenSetWidth(nullptr, 10);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | pen_test.cpp | 34 OH_Drawing_PenSetWidth(pen, 10); // 10 width in OnTestPerformance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_c_sample.cpp | 96 OH_Drawing_PenSetWidth(cPen, 10.0); in TestDrawPathPro() 115 OH_Drawing_PenSetWidth(cPen, 20.0); in TestDrawPathPro()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpen_fuzzer/ |
H A D | pen_fuzzer.cpp | 75 OH_Drawing_PenSetWidth(nullptr, width); in PenFuzzTest000() 76 OH_Drawing_PenSetWidth(pen, width); in PenFuzzTest000()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_pen.h | 166 void OH_Drawing_PenSetWidth(OH_Drawing_Pen*, float width);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 50 | void [OH_Drawing_PenSetWidth](_drawing.md#oh_drawing_pensetwidth) ([OH_Drawing_Pen](_drawing.md#o…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 134 OH_Drawing_PenSetWidth(cPen_, penWidth); in SetPenAndBrush()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 199 void OH_Drawing_PenSetWidth(OH_Drawing_Pen* cPen, float width) in OH_Drawing_PenSetWidth() function
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 28 | OH_Drawing_PenSetWidth (OH_Drawing_Pen *, float width) | 设置画笔的厚度属性,厚度属性描述了画笔绘制图形轮廓的宽度。 | 321 OH_Drawing_PenSetWidth(cPen_, 10.0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 385 OH_Drawing_PenSetWidth(pen, width); in NativeDrawingPenTest()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__pen_8h.md | 50 | void [OH_Drawing_PenSetWidth](_drawing.md#oh_drawing_pensetwidth) ([OH_Drawing_Pen](_drawing.md#o…
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-user-defined-arktsNode-renderNode.md | 349 OH_Drawing_PenSetWidth(pen, 10);
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 28 | OH_Drawing_PenSetWidth (OH_Drawing_Pen *, float width) | Sets the thickness for a pen. This thick… 333 OH_Drawing_PenSetWidth(cPen_, 10.0);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 78 | 图形-drawing |void OH_Drawing_PenSetWidth(OH_Drawing_Pen*, float width)|新增|函数用于设置画笔的厚度属性,厚度属性描述了…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-user-defined-arktsNode-renderNode.md | 349 OH_Drawing_PenSetWidth(pen, 10);
|