Searched refs:OH_Drawing_PenGetWidth (Results 1 – 13 of 13) sorted by relevance
114 const float inset = OH_Drawing_PenGetWidth(pen) + 4; // 4 cout in OnTestFunction()119 while (rc.w > OH_Drawing_PenGetWidth(pen) * 3) { // 3 cout in OnTestFunction()
77 OH_Drawing_PenGetWidth(nullptr); in PenFuzzTest000()78 OH_Drawing_PenGetWidth(pen); in PenFuzzTest000()
155 float OH_Drawing_PenGetWidth(const OH_Drawing_Pen*);
112 EXPECT_EQ(OH_Drawing_PenGetWidth(pen3), 10);207 EXPECT_EQ(OH_Drawing_PenGetWidth(pen9), 0);419 EXPECT_EQ(OH_Drawing_PenGetWidth(nullptr), 0);
1544 EXPECT_EQ(OH_Drawing_PenGetWidth(resBackgroundPen), backgroundPenWidth);1596 EXPECT_EQ(OH_Drawing_PenGetWidth(resForegroundPen), foregroundPenWidth);
49 | float [OH_Drawing_PenGetWidth](_drawing.md#oh_drawing_pengetwidth) (const [OH_Drawing_Pen](_drawi…
472 | float [OH_Drawing_PenGetWidth](#oh_drawing_pengetwidth) (const [OH_Drawing_Pen](#oh_drawing_pen) …11304 ### OH_Drawing_PenGetWidth()11307 float OH_Drawing_PenGetWidth (const OH_Drawing_Pen* )
190 float OH_Drawing_PenGetWidth(const OH_Drawing_Pen* cPen) in OH_Drawing_PenGetWidth() function
386 OH_Drawing_PenGetWidth(pen); in NativeDrawingPenTest()
472 | float [OH_Drawing_PenGetWidth](#oh_drawing_pengetwidth) (const [OH_Drawing_Pen](#oh_drawing_pen) …11349 ### OH_Drawing_PenGetWidth()11352 float OH_Drawing_PenGetWidth (const OH_Drawing_Pen* )
77 | 图形-drawing |float OH_Drawing_PenGetWidth(const OH_Drawing_Pen*)|新增|函数用于获取画笔的厚度属性,厚度属性描述了画笔绘制图形…
77 | Graphics - drawing |float OH_Drawing_PenGetWidth(const OH_Drawing_Pen*)|Added|Added the API for…