Home
last modified time | relevance | path

Searched refs:OH_Drawing_PenSetWidth (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Ddashing.cpp56 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 Dpoints.cpp69 OH_Drawing_PenSetWidth(pen0, 4); // 4 画笔pen0的宽度 in OnTestFunction()
71 OH_Drawing_PenSetWidth(pen2, 6); // 6 画笔pen2的宽度 in OnTestFunction()
H A Dstroke_rect_shader.cpp39 OH_Drawing_PenSetWidth(pen, fWidth); in drawRect()
60 OH_Drawing_PenSetWidth(pen, 0); in drawRect()
H A Darcofzorro.cpp53 OH_Drawing_PenSetWidth(pen, 35); // stroke width is 35 in OnTestFunction()
H A Donebadarc.cpp61 OH_Drawing_PenSetWidth(pen, 15.f); // 15.f 定义了画笔的宽度 in OnTestFunction()
H A Dpoints_mask_filter.cpp65 OH_Drawing_PenSetWidth(pen, fWidth); in OnTestFunction()
H A Dstrokes.cpp76 OH_Drawing_PenSetWidth(pen, 4.5f); // 4.5f pen width in OnTestFunction()
H A Dadd_arc.cpp112 OH_Drawing_PenSetWidth(pen, 15); // 15宽度 in OnTestFunction()
H A Dcircular_arcs.cpp66 OH_Drawing_PenSetWidth(pen, kStrokeWidth); in OnTestFunction()
H A Dshadowutils.cpp188 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 Ddrawing_pen_test.cpp111 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 Dpen_test.cpp34 OH_Drawing_PenSetWidth(pen, 10); // 10 width in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_c_sample.cpp96 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 Dpen_fuzzer.cpp75 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 Ddrawing_pen.h166 void OH_Drawing_PenSetWidth(OH_Drawing_Pen*, float width);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__pen_8h.md50 | 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 Dsample_bitmap.cpp134 OH_Drawing_PenSetWidth(cPen_, penWidth); in SetPenAndBrush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp199 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 Ddrawing-guidelines.md28 | 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 Ddrawing_fuzzer.cpp385 OH_Drawing_PenSetWidth(pen, width); in NativeDrawingPenTest()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__pen_8h.md50 | 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 Darkts-user-defined-arktsNode-renderNode.md349 OH_Drawing_PenSetWidth(pen, 10);
/ohos5.0/docs/en/application-dev/graphics/
H A Ddrawing-guidelines.md28 | 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 Dnative-apidiff-v3.1-release.md78 | 图形-drawing |void OH_Drawing_PenSetWidth(OH_Drawing_Pen*, float width)|新增|函数用于设置画笔的厚度属性,厚度属性描述了…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-user-defined-arktsNode-renderNode.md349 OH_Drawing_PenSetWidth(pen, 10);

12