Home
last modified time | relevance | path

Searched refs:locate_ (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.cpp1551 : DrawWithPaintOpItem(cmdList, handle->paintHandle, SYMBOL_OPITEM), locate_(handle->locate) in DrawSymbolOpItem()
1566 cmdList.AddOp<ConstructorHandle>(symbolHandle, locate_, paintHandle); in Marshalling()
1578 path.Offset(locate_.GetX(), locate_.GetY()); in Playback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h911 : DrawWithPaintOpItem(paint, DrawOpItem::SYMBOL_OPITEM), symbol_(symbol), locate_(locate) {} in DrawSymbolOpItem()
922 Point locate_; variable