Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 1202) sorted by relevance

12345678910>>...49

/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
Davbuffer_func_unit_test.cpp341 int32_t offset = static_cast<size_t>( variable
381 int32_t offset = static_cast<size_t>( variable
425 int32_t offset = static_cast<size_t>( variable
719 int32_t offset = static_cast<size_t>( variable
738 int32_t offset = static_cast<size_t>( variable
755 int32_t offset = static_cast<size_t>( variable
807 int32_t offset = static_cast<size_t>( variable
827 int32_t offset = static_cast<size_t>( variable
847 int32_t offset = static_cast<size_t>( variable
1413 int32_t offset = static_cast<size_t>( variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_component.cpp88 auto task = [](RenderCustomPaint& interface, const Offset& offset) { interface.WebGLUpdate(); }; in WebGLUpdate()
100 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.FillRect(offset… in FillRect()
106 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.StrokeRect(offs… in StrokeRect()
112 …auto task = [rect](RenderCustomPaint& interface, const Offset& offset) { interface.ClearRect(offse… in ClearRect()
118 auto task = [text, textOffset](RenderCustomPaint& interface, const Offset& offset) { in FillText()
126 auto task = [text, textOffset](RenderCustomPaint& interface, const Offset& offset) { in StrokeText()
161 …auto task = [x, y](RenderCustomPaint& interface, const Offset& offset) { interface.MoveTo(offset, … in MoveTo()
167 …auto task = [x, y](RenderCustomPaint& interface, const Offset& offset) { interface.LineTo(offset, … in LineTo()
173 …auto task = [param](RenderCustomPaint& interface, const Offset& offset) { interface.BezierCurveTo(… in BezierCurveTo()
180 …RenderCustomPaint& interface, const Offset& offset) { interface.QuadraticCurveTo(offset, param); }; in QuadraticCurveTo()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_notification.cpp71 uint16_t offset = 0x0000; in AssembleParameters() local
94 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
149 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlaybackStatus() local
166 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleTrackChanged() local
183 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlaybackPosChanged() local
203 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassemblePlayerApplicationSettingChanged() local
229 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleAddressedPlayerChanged() local
251 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleUidsChanged() local
268 uint16_t offset = AVRC_CT_NOTIFY_EVENT_ID_OFFSET + AVRC_CT_NOTIFY_EVENT_ID_SIZE; in DisassembleVolumeChanged() local
Davrcp_ct_vendor.cpp60 uint16_t offset = AVRC_CT_VENDOR_CTYPE_OFFSET; in DisassemblePacket() local
103 uint16_t offset = 0x00; in AssembleFixedOperands() local
136 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in IsValidParameterLength() local
197 uint16_t offset = 0x0000; in AssembleParameters() local
219 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
296 uint16_t offset = 0x0000; in AssembleParameters() local
315 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
382 uint16_t offset = 0x0000; in AssembleParameters() local
407 uint16_t offset = AVRC_CT_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
505 uint16_t offset = 0x0000; in AssembleParameters() local
[all …]
Davrcp_ct_browse.cpp93 uint16_t offset = 0x0000; in AssemblePacket() local
115 uint16_t offset = 0x0000; in DisassemblePacket() local
157 void AvrcCtSbpPacket::DisassemblePacketName(uint8_t *buffer, uint16_t offset) in DisassemblePacketName()
224 uint16_t offset = 0x0000; in AssemblePacket() local
252 uint16_t offset = 0x0000; in DisassemblePacket() local
325 uint16_t offset = 0x0000; in AssemblePacket() local
367 uint16_t offset = 0x0000; in DisassemblePacket() local
422 uint16_t offset = 0x00; in DisassembleMpParameter() local
472 uint16_t AvrcCtGfiPacket::DisassembleMpParameterName(uint8_t *buffer, uint16_t offset, std::string … in DisassembleMpParameterName()
506 uint16_t offset = 0x00; in DisassembleMeParameter() local
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp_cmd.c28 size_t offset = 0x00; in SMP_SendPairingRequest() local
59 size_t offset = 0x00; in SMP_SendPairingResponse() local
90 size_t offset = 0x00; in SMP_SendPairingConfirm() local
114 size_t offset = 0x00; in SMP_SendPairingRandom() local
138 size_t offset = 0x00; in SMP_SendPairingFailed() local
162 size_t offset = 0x00; in SMP_SendPairingPublicKey() local
186 size_t offset = 0x00; in SMP_SendPairingDHKeyCheck() local
210 size_t offset = 0x00; in SMP_SendEncryptionInformation() local
234 size_t offset = 0x00; in SMP_SendMasterIdentification() local
263 size_t offset = 0x00; in SMP_SendIdentityInformation() local
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
Davrcp_tg_notification.cpp116 uint16_t offset = 0x0000; in AssemblePlaybackStatusChanged() local
150 uint16_t offset = 0x0000; in AssembleTrackChanged() local
184 uint16_t offset = 0x0000; in AssemblePlaybackPosChanged() local
224 uint16_t offset = 0x0000; in AssemblePlayerApplicationSettingChanged() local
272 uint16_t offset = 0x0000; in AssembleAddressedPlayerChanged() local
310 uint16_t offset = 0x0000; in AssembleUidsChanged() local
344 uint16_t offset = 0x0000; in AssembleVolumeChanged() local
374 uint16_t offset = 0x0000; in AssembleCommonChanged() local
397 uint16_t offset = AVRC_TG_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
Davrcp_tg_browse.cpp54 uint16_t offset = 0x0000; in AssemblePacket() local
87 uint16_t offset = AVRC_TG_BROWSE_PARAMETER_LENGTH_OFFSET; in IsValidParameterLength() local
155 uint16_t offset = 0x0000; in AssemblePacket() local
203 uint16_t offset = 0x0000; in DisassemblePacket() local
265 uint16_t offset = 0x0000; in AssemblePacket() local
291 uint16_t offset = 0x0000; in DisassemblePacket() local
444 uint16_t offset = 0x0000; in AssembleMpPacket() local
469 void AvrcTgGfiPacket::AssembleMpItem(uint8_t *buffer, uint16_t offset) in AssembleMpItem()
573 uint16_t offset = 0x0000; in AssembleMePacket() local
598 void AvrcTgGfiPacket::AssembleMeItem(uint8_t *buffer, uint16_t offset) in AssembleMeItem()
[all …]
Davrcp_tg_vendor.cpp111 uint16_t offset = AVRC_TG_VENDOR_CTYPE_OFFSET; in DisassemblePacket() local
188 uint16_t offset = 0x00; in AssembleRejectPacket() local
227 uint16_t offset = 0x00; in AssembleMinOperands() local
257 uint16_t offset = AVRC_TG_VENDOR_PARAMETER_LENGTH_OFFSET; in IsValidParameterLength() local
348 uint16_t offset = AVRC_TG_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
403 uint16_t offset = 0x0000; in AssembleCompanies() local
445 uint16_t offset = 0x0000; in AssembleEvents() local
524 uint16_t offset = 0x0000; in AssembleParameters() local
632 uint16_t offset = 0x0000; in AssembleParameters() local
668 uint16_t offset = AVRC_TG_VENDOR_PARAMETER_LENGTH_OFFSET; in DisassembleParameters() local
[all …]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
Dsend_object_info_data.cpp53 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local
57 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local
101 int SendObjectInfoData::ParserData(const std::vector<uint8_t> &buffer, size_t &offset) in ParserData()
137 int SendObjectInfoData::ParserDataForImageInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForImageInfo()
167 int SendObjectInfoData::ParserDataForFileInfo(const std::vector<uint8_t> &buffer, size_t &offset) in ParserDataForFileInfo()
Dset_object_prop_value_data.cpp42 size_t offset = MTP_CONTAINER_HEADER_SIZE; in Parser() local
108 bool SetObjectPropValueData::ReadIntValue(const std::vector<uint8_t> &buffer, size_t &offset, int t… in ReadIntValue()
140 bool SetObjectPropValueData::ReadInt8Value(const std::vector<uint8_t> &buffer, size_t &offset, int … in ReadInt8Value()
163 bool SetObjectPropValueData::ReadInt16Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt16Value()
186 bool SetObjectPropValueData::ReadInt32Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt32Value()
209 bool SetObjectPropValueData::ReadInt64Value(const std::vector<uint8_t> &buffer, size_t &offset, int… in ReadInt64Value()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drosen_render_svg_text_path.cpp29 void RosenRenderSvgTextPath::Paint(RenderContext& context, const Offset& offset) in Paint()
35 Offset RosenRenderSvgTextPath::PaintTextPath(RenderContext& context, const Offset& offset) in PaintTextPath()
45 Offset RosenRenderSvgTextPath::MeasureTextPathBounds(const Offset& offset, Rect& bounds) in MeasureTextPathBounds()
69 Rect RosenRenderSvgTextPath::GetPaintBounds(const Offset& offset) in GetPaintBounds()
113 double offset = pathOffset.current; in OnDrawTextPath() local
130 double offset = RosenSvgPainter::MeasureTextPathBounds(svgTextInfo, pathDrawInfo, bounds); in OnMeasureTextPathBounds() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_snoop_filter_evt.c41 uint8_t offset = 0; in HciLeAdvertisingReportEventFilter() local
65 uint8_t offset = 0; in HciLeDirectedAdvertisingReportEventFilter() local
79 uint8_t offset = 0; in HciLeExtendedAdvertisingReportEventFilter() local
119 uint8_t offset = 0; in HciInquiryResultEventFilter() local
132 uint8_t offset = 0; in HciReturnLinkKeysEventFilter() local
145 uint8_t offset = 0; in HciInquiryResultWithRssiEventFilter() local
251 uint8_t offset = 0; in HciEvtFilter() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_grid_column.cpp58 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local
65 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local
89 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local
100 Dimension offset = UNDEFINED_DIMENSION; in SetSpecializedAttr() local
114 …umn::DomGridColumn::ParseSpanAndOffset(const std::string& value, uint32_t& span, Dimension& offset) in ParseSpanAndOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
Dgrid_col_model_ng.cpp29 RefPtr<V2::GridContainerSize> offset = AceType::MakeRefPtr<V2::GridContainerSize>(0); in Create() local
34 …lNG::Create(const RefPtr<V2::GridContainerSize> &span, const RefPtr<V2::GridContainerSize> &offset, in Create()
54 void GridColModelNG::SetOffset(const RefPtr<V2::GridContainerSize> &offset) in SetOffset()
69 void GridColModelNG::SetOffset(FrameNode *frameNode, const RefPtr<V2::GridContainerSize> &offset) in SetOffset()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
Ddebug_boundary_painter.cpp44 void DebugBoundaryPainter::PaintDebugBoundary(SkCanvas* canvas, const Offset& offset, const Size& l… in PaintDebugBoundary()
55 void DebugBoundaryPainter::PaintDebugBoundary(RSCanvas* canvas, const Offset& offset, in PaintDebugBoundary()
71 void DebugBoundaryPainter::PaintDebugMargin(SkCanvas* canvas, const Offset& offset, in PaintDebugMargin()
98 void DebugBoundaryPainter::PaintDebugMargin(RSCanvas* canvas, const Offset& offset, in PaintDebugMargin()
129 void DebugBoundaryPainter::PaintDebugCorner(SkCanvas* canvas, const Offset& offset, const Size& lay… in PaintDebugCorner()
162 void DebugBoundaryPainter::PaintDebugCorner(RSCanvas* canvas, const Offset& offset, in PaintDebugCorner()
Drosen_scroll_bar_painter.cpp38 void RosenScrollBarPainter::PaintBar(SkCanvas* canvas, const Offset& offset, const Rect& paintRect, in PaintBar()
56 … SkCanvas* canvas, const Offset& offset, const Rect& paintRect, const RefPtr<ScrollBar>& scrollBar) in PaintCircleBar()
91 void RosenScrollBarPainter::PaintCircleBar(RSCanvas* canvas, const Offset& offset, in PaintCircleBar()
136 SkCanvas* canvas, const Offset& offset, const RefPtr<ScrollBar>& scrollBar, int32_t alpha) in PaintRectBar()
163 RSCanvas* canvas, const Offset& offset, const RefPtr<ScrollBar>& scrollBar, int32_t alpha) in PaintRectBar()
206 void RosenScrollBarPainter::RenderScrollBarBoundary(SkCanvas* canvas, const Offset& offset, double … in RenderScrollBarBoundary()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
Dmedia_downloader.h35 virtual bool SeekToPos(int64_t offset) in SeekToPos()
45 virtual bool SeekToTime(int64_t offset) in SeekToTime()
/foundation/arkui/ace_engine/frameworks/core/components/tip/
Drosen_render_tip.cpp37 void RosenRenderTip::Paint(RenderContext& context, const Offset& offset) in Paint()
63 void RosenRenderTip::PaintTip(RenderContext& context, const Offset& offset) in PaintTip()
89 void RosenRenderTip::PaintTopTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintTopTip()
147 void RosenRenderTip::PaintTopTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintTopTip()
211 void RosenRenderTip::PaintLeftTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintLeftTip()
270 void RosenRenderTip::PaintLeftTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintLeftTip()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
Dsdp_server.c206 uint16_t offset = 0; in SdpAddServiceRecordHandle() local
226 uint16_t offset = 0; in SdpAddServiceClassIdList() local
255 uint16_t offset = 0; in SdpAddServiceRecordState() local
274 uint16_t offset; in SdpAddServiceId() local
299 uint16_t offset = 0; in SdpAddProtocolDescriptorList() local
346 uint16_t offset = 0; in SdpAddAdditionalProtocolDescriptorList() local
398 uint16_t offset = 0; in SdpAddBrowseGroupList() local
446 uint16_t offset = 0; in SdpAddLanguageBaseAttributeIdList() local
506 uint16_t offset = SdpAddAttributeForValue(buffer, 0, value); in SdpAddServiceInfoTimeToLive() local
542 uint16_t offset = 0; in SdpAddBluetoothProfileDescriptorList() local
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dexif_maker_note_test.cpp394 size_t offset = 0; variable
410 size_t offset = 0; variable
426 uint32_t offset = 0; variable
442 uint32_t offset = 0; variable
473 uint32_t offset = 0; variable
492 size_t offset = 0; variable
508 uint32_t offset = 0; variable
524 uint32_t offset = 0; variable
541 size_t offset = 2; variable
559 size_t offset = 2; variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/button/
Drosen_render_button.cpp104 void RosenRenderButton::Paint(RenderContext& context, const Offset& offset) in Paint()
256 void RosenRenderButton::DrawShape(SkCanvas* canvas, const Offset& offset, bool isStroke) in DrawShape()
292 void RosenRenderButton::DrawShape(RSCanvas* canvas, const Offset& offset, bool isStroke) in DrawShape()
342 void RosenRenderButton::DrawArc(SkCanvas* canvas, const Offset& offset) in DrawArc()
359 void RosenRenderButton::DrawArc(RSCanvas* canvas, const Offset& offset) in DrawArc()
381 void RosenRenderButton::DrawLineProgress(SkCanvas* canvas, const Offset& offset) in DrawLineProgress()
396 void RosenRenderButton::DrawLineProgress(RSCanvas* canvas, const Offset& offset) in DrawLineProgress()
414 void RosenRenderButton::DrawLineProgressAnimation(SkCanvas* canvas, const Offset& offset) in DrawLineProgressAnimation()
441 void RosenRenderButton::DrawLineProgressAnimation(RSCanvas* canvas, const Offset& offset) in DrawLineProgressAnimation()
475 void RosenRenderButton::DrawCircleProgress(SkCanvas* canvas, const Offset& offset) in DrawCircleProgress()
[all …]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
Ddentry_file_utils_test.cpp67 off_t offset = 0; variable
91 off_t offset = 1; variable
140 off_t offset = 0; variable
164 off_t offset = 0; variable
/foundation/arkui/ace_engine/frameworks/core/components/shadow/
Drender_shadow.cpp27 void RenderShadow::SetShadowProperties(const RRect& rrect, const Offset& offset) in SetShadowProperties()
38 void RenderShadow::SetShadowProperties(const RRect& rrect, const Offset& offset, const Rect& clipRe… in SetShadowProperties()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Drosen_render_single_child_scroll.cpp25 void RosenRenderSingleChildScroll::Paint(RenderContext& context, const Offset& offset) in Paint()
40 auto offset = GetPaintOffset(); in Paint() local

12345678910>>...49