Home
last modified time | relevance | path

Searched refs:hasBrush_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp865 hasBrush_(handle->hasBrush) in DrawImageNineOpItem()
871 if (hasBrush_) { in DrawImageNineOpItem()
888 if (hasBrush_) { in Marshalling()
901 Brush* brushPtr = hasBrush_ ? &brush_ : nullptr; in Playback()
1147 if (hasBrush_) { in DrawRecordCmdOpItem()
1160 hasBrush_ = true; in DrawRecordCmdOpItem()
1177 if (hasBrush_) { in Marshalling()
1181 matrixBuffer, hasBrush_, brushHandle); in Marshalling()
2000 hasBrush_(handle->hasBrush) in SaveLayerOpItem()
2002 if (hasBrush_) { in SaveLayerOpItem()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h628 hasBrush_ = true; in DrawImageNineOpItem()
631 hasBrush_ = false; in DrawImageNineOpItem()
644 bool hasBrush_; variable
838 bool hasBrush_ = false; variable
1242 hasBrush_ = true; in SaveLayerOpItem()
1254 bool hasBrush_ = false; variable