Home
last modified time | relevance | path

Searched refs:blurDrawLooper_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpaint.cpp47 blurDrawLooper_ = other.blurDrawLooper_;
75 blurDrawLooper_ = other.blurDrawLooper_; in operator =()
90 pen.blurDrawLooper_ == brush.blurDrawLooper_; in CanCombinePaint()
110 blurDrawLooper_ = brush.GetLooper(); in AttachBrush()
135 blurDrawLooper_ = pen.GetLooper(); in AttachPen()
227 blurDrawLooper_ = blurDrawLooper; in SetLooper()
232 return blurDrawLooper_; in GetLooper()
[all...]
H A Dbrush.cpp30 blurDrawLooper_(nullptr),
41 blurDrawLooper_(nullptr),
52 blurDrawLooper_(nullptr),
58 blurDrawLooper_(nullptr), antiAlias_(false) in antiAlias_()
125 blurDrawLooper_ = blurDrawLooper; in SetLooper()
130 return blurDrawLooper_; in GetLooper()
172 b1.filter_ == b2.filter_ && b1.antiAlias_ == b2.antiAlias_ && b1.blurDrawLooper_ == b2.blurDrawLooper_; in operator ==()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dbrush.h282 std::shared_ptr<BlurDrawLooper> blurDrawLooper_; member in OHOS::Rosen::Drawing::Brush
H A Dpaint.h131 std::shared_ptr<BlurDrawLooper> blurDrawLooper_ = nullptr; variable

Completed in 3 milliseconds