Searched refs:RSRecordCmdUtils (Results 1 – 3 of 3) sorted by relevance
28 static RSRecordCmdUtils* CastToCmdUtils(OH_Drawing_RecordCmdUtils* cRecordCmdUtils) in CastToCmdUtils()30 return reinterpret_cast<RSRecordCmdUtils*>(cRecordCmdUtils); in CastToCmdUtils()35 return (OH_Drawing_RecordCmdUtils*)new (std::nothrow) RSRecordCmdUtils; in OH_Drawing_RecordCmdUtilsCreate()43 delete reinterpret_cast<RSRecordCmdUtils*>(recordCmdUtils); in OH_Drawing_RecordCmdUtilsDestroy()53 RSRecordCmdUtils* recordCmdUtils = CastToCmdUtils(cRecordCmdUtils); in OH_Drawing_RecordCmdUtilsBeginRecording()69 RSRecordCmdUtils* recordCmdUtils = CastToCmdUtils(cRecordCmdUtils); in OH_Drawing_RecordCmdUtilsFinishRecording()
23 RSRecordCmdUtils::RSRecordCmdUtils() in RSRecordCmdUtils() function in OHOS::Rosen::RSRecordCmdUtils26 Drawing::Canvas* RSRecordCmdUtils::BeginRecording(Drawing::Rect& bounds) in BeginRecording()41 std::shared_ptr<Drawing::RecordCmd> RSRecordCmdUtils::FinishRecording() in FinishRecording()
26 class RSB_EXPORT RSRecordCmdUtils {28 RSRecordCmdUtils();29 ~RSRecordCmdUtils() {}; in ~RSRecordCmdUtils()