Lines Matching refs:pen
58 OH_Drawing_Pen* pen = OH_Drawing_PenCreate();
59 EXPECT_EQ(pen == nullptr, false);
60 OH_Drawing_PenDestroy(pen);
65 * @tc.desc: test for the get and set methods about AntiAlias for a pen.
82 * @tc.desc: test for the get and set methods about the color for a pen.
97 * @tc.desc: test for the get and set methods about the width for a pen.
112 * @tc.desc: test for the get and set methods about the miterLimit for a pen.
127 * @tc.desc: test for the get and set methods about the line cap style for a pen.
146 * @tc.desc: test for the get and set methods about the line join style for a pen.
165 * @tc.desc: test for the get and set alpha for a pen.
181 * @tc.desc: test for the get and set methods about the line join style for a pen.
197 * @tc.desc: test for the reset method for a pen.
225 * @tc.desc: gets the filter from a pen.
261 * @tc.desc: gets the filter from a pen.
271 OH_Drawing_Pen* pen = OH_Drawing_PenCreate();
273 OH_Drawing_PenSetShadowLayer(pen, nullptr);
274 OH_Drawing_PenSetShadowLayer(pen, shadowLayer);
276 OH_Drawing_PenDestroy(pen);