Lines Matching defs:brush_
56 OH_Drawing_Brush *brush_ = nullptr;
69 brush_ = OH_Drawing_BrushCreate();
70 EXPECT_NE(brush_, nullptr);
71 OH_Drawing_BrushSetColor(brush_, 0xffff0000);
72 OH_Drawing_CanvasAttachBrush(canvas_, brush_);
79 OH_Drawing_BrushDestroy(brush_);
80 brush_ = nullptr;
344 OH_Drawing_BrushSetColor(brush_, 0xFF67C23A);
359 OH_Drawing_BrushSetColor(brush_, 0xFF67C23A);
435 OH_Drawing_BrushSetAntiAlias(brush_, true);
492 OH_Drawing_BrushSetShaderEffect(brush_, nullptr);
493 OH_Drawing_BrushSetShaderEffect(brush_, linearGradient);
521 OH_Drawing_BrushSetShaderEffect(brush_, sweepGradient);
576 OH_Drawing_BrushSetShaderEffect(brush_, radialGradient);
593 EXPECT_EQ(OH_Drawing_BrushGetColor(brush_), 0xFFFF0000);
599 OH_Drawing_BrushSetFilter(brush_, filter);
616 EXPECT_EQ(OH_Drawing_BrushGetColor(brush_), 0xFFFF0000);
634 OH_Drawing_BrushSetFilter(brush_, nullptr);
635 OH_Drawing_BrushSetFilter(brush_, filter);
678 EXPECT_EQ(OH_Drawing_BrushGetColor(brush_), 0xFFFF0000);
687 OH_Drawing_BrushSetFilter(brush_, filter);