Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h60 BACKGROUND_OPITEM, enumerator
490 : OpItem(DrawOpItem::BACKGROUND_OPITEM), brushHandle(brushHandle) {} in ConstructorHandle()
495 …explicit DrawBackgroundOpItem(const Brush& brush) : DrawOpItem(DrawOpItem::BACKGROUND_OPITEM), bru… in DrawBackgroundOpItem()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp55 { DrawOpItem::BACKGROUND_OPITEM, "BACKGROUND_OPITEM" },
657 UNMARSHALLING_REGISTER(DrawBackground, DrawOpItem::BACKGROUND_OPITEM,
661 : DrawOpItem(BACKGROUND_OPITEM) in DrawBackgroundOpItem()