Home
last modified time | relevance | path

Searched refs:AddRecordCmdToCmdList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h47 static OpDataHandle DRAWING_API AddRecordCmdToCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp389 auto recordCmdHandle = CmdListHelper::AddRecordCmdToCmdList(*cmdList_, recordCmd); in DrawRecordCmd()
H A Dcmd_list_helper.cpp148 OpDataHandle DRAWING_API CmdListHelper::AddRecordCmdToCmdList( in AddRecordCmdToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp1173 auto recordCmdHandle = CmdListHelper::AddRecordCmdToCmdList(cmdList, recordCmd_); in Marshalling()