/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
D | custom_paint_component.cpp | 88 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 …]
|
D | flutter_render_custom_paint.cpp | 139 void FlutterRenderCustomPaint::Paint(RenderContext& context, const Offset& offset) in Paint() 416 void FlutterRenderCustomPaint::FillRect(const Offset& offset, const Rect& rect) in FillRect() 448 void FlutterRenderCustomPaint::StrokeRect(const Offset& offset, const Rect& rect) in StrokeRect() 475 void FlutterRenderCustomPaint::ClearRect(const Offset& offset, const Rect& rect) in ClearRect() 485 void FlutterRenderCustomPaint::FillText(const Offset& offset, const std::string& text, double x, do… in FillText() 493 void FlutterRenderCustomPaint::StrokeText(const Offset& offset, const std::string& text, double x, … in StrokeText() 589 void FlutterRenderCustomPaint::PaintText(const Offset& offset, double x, double y, bool isStroke, b… in PaintText() 668 void FlutterRenderCustomPaint::MoveTo(const Offset& offset, double x, double y) in MoveTo() 673 void FlutterRenderCustomPaint::LineTo(const Offset& offset, double x, double y) in LineTo() 678 void FlutterRenderCustomPaint::BezierCurveTo(const Offset& offset, const BezierCurveParam& param) in BezierCurveTo() [all …]
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
D | avrcp_ct_notification.cpp | 71 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
|
D | avrcp_ct_vendor.cpp | 60 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 …]
|
D | avrcp_ct_browse.cpp | 93 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/ |
D | smp_cmd.c | 28 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/ |
D | avrcp_tg_notification.cpp | 116 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
|
D | avrcp_tg_browse.cpp | 54 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 …]
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/grid/ |
D | render_grid_test_v2.cpp | 53 bool UpdateScrollPositionTest(double offset) in UpdateScrollPositionTest() 142 double offset = -1.1; variable 169 double offset = -1.1; variable 196 double offset = 1.1; variable 223 double offset = 1.1; variable 250 double offset = -1.1; variable 277 double offset = -1.1; variable 304 double offset = 1.1; variable 331 double offset = 1.1; variable
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
D | send_object_info_data.cpp | 53 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()
|
D | set_object_prop_value_data.cpp | 42 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/ |
D | rosen_render_svg_text_path.cpp | 29 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
|
D | flutter_render_svg_text_path.cpp | 39 void FlutterRenderSvgTextPath::Paint(RenderContext& context, const Offset& offset) in Paint() 45 Offset FlutterRenderSvgTextPath::PaintTextPath(RenderContext& context, const Offset& offset) in PaintTextPath() 55 Offset FlutterRenderSvgTextPath::MeasureTextPathBounds(const Offset& offset, Rect& bounds) in MeasureTextPathBounds() 79 Rect FlutterRenderSvgTextPath::GetPaintBounds(const Offset& offset) in GetPaintBounds() 124 double offset = pathOffset.current; in OnDrawTextPath() local 147 double offset = FlutterSvgPainter::MeasureTextPathBounds(svgTextInfo, pathDrawInfo, bounds); in OnMeasureTextPathBounds() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
D | btm_snoop_filter_evt.c | 41 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/ |
D | dom_grid_column.cpp | 58 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/common/painter/ |
D | debug_boundary_painter.cpp | 44 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()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
D | flutter_render_list.cpp | 33 void FlutterRenderList::Paint(RenderContext& context, const Offset& offset) in Paint() 50 …nderList::PaintChild(const RefPtr<RenderNode>& child, RenderContext& context, const Offset& offset) in PaintChild() 59 void FlutterRenderList::PaintStickyItem(RenderContext& context, const Offset& offset) in PaintStickyItem()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
D | grid_col_model_ng.cpp | 30 RefPtr<V2::GridContainerSize> offset = AceType::MakeRefPtr<V2::GridContainerSize>(0); in Create() local 35 …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()
|
/foundation/multimedia/player_framework/test/jstest/avPlayer_ets/entry/src/main/ets/test/ |
D | AVPlayerDataSrcNoSeekReliabilityTest.test.js | 106 let num = fileio.readSync(fd, buf, {offset: 0, length: 1000}); property 123 num = fileio.readSync(fd, buf, {offset: 0, length: length}); property 131 num = stream.readSync(buf, {offset: 0, length: length, position: pos}); property 155 let num = fileio.readSync(fd, buf, {offset: 0, length: (readAtCnt ) * 1000}); property 182 let num = fileio.readSync(fd, buf, {offset: 1000, length: readAtCnt * 1000}); property 208 … let num = fileio.readSync(fd, buf, {offset: 0, length: 1000, position: readAtCnt}); property 234 let num = fileio.readSync(fd, buf, {offset: 0, length: (readAtCnt ) * 1000}); property 260 let num = fileio.readSync(fd, buf, {offset: 0, length: (readAtCnt ) * 1000}); property
|
D | AVPlayerDataSrcSeekReliabilityTest.test.js | 110 …let num = fileio.readSync(fd, buf, {offset: 0, length: length > 1000 ? 1000 : length, position: po… property 127 num = fileio.readSync(fd, buf, {offset: 0, length: length}); property 135 num = fileio.readSync(fd, buf, {offset: 0, length: length, position: pos}); property 160 let num = fileio.readSync(fd, buf, {offset: 0, length: length, position: pos}); property 188 …let num = fileio.readSync(fd, buf, {offset: 1000, length: length > readAtCnt * 1000 ? readAtCnt * … property 215 …let num = fileio.readSync(fd, buf, {offset: 0, length: length > readAtCnt * 1000 ? readAtCnt * 100… property 242 …let num = fileio.readSync(fd, buf, {offset: 0, length: length > readAtCnt * 1000 ? readAtCnt * 100… property 271 …let num = fileio.readSync(fd, buf, {offset: 0, length: length > readAtCnt * 1000 ? readAtCnt * 100… property 298 …let num = fileio.readSync(fd, buf, {offset: 1000, length: length > readAtCnt * 1000 ? readAtCnt * … property 324 …let num = fileio.readSync(fd, buf, {offset: 0, length: length > 1000 ? 1000 : length, position: re… property [all …]
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
D | dentry_file_utils_test.cpp | 67 off_t offset = 0; variable 91 off_t offset = 1; variable 116 off_t offset = 0; variable 140 off_t offset = 0; variable
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
D | flutter_render_button.cpp | 73 auto offset = GetGlobalOffset(); in UpdateLayer() local 83 void FlutterRenderButton::Paint(RenderContext& context, const Offset& offset) in Paint() 228 void FlutterRenderButton::DrawShape(flutter::Canvas& canvas, const Offset& offset, bool isStroke) in DrawShape() 256 void FlutterRenderButton::DrawArc(flutter::Canvas& canvas, const Offset& offset) in DrawArc() 275 void FlutterRenderButton::DrawLineProgress(flutter::Canvas& canvas, const Offset& offset) in DrawLineProgress() 292 void FlutterRenderButton::DrawLineProgressAnimation(flutter::Canvas& canvas, const Offset& offset) in DrawLineProgressAnimation() 318 void FlutterRenderButton::DrawCircleProgress(flutter::Canvas& canvas, const Offset& offset) in DrawCircleProgress() 331 void FlutterRenderButton::DrawDownloadButton(flutter::Canvas& canvas, const Offset& offset) in DrawDownloadButton() 370 Offset offset = inOffset + offsetDelta_; in DrawButton() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
D | rosen_render_tip.cpp | 41 void RosenRenderTip::Paint(RenderContext& context, const Offset& offset) in Paint() 67 void RosenRenderTip::PaintTip(RenderContext& context, const Offset& offset) in PaintTip() 93 void RosenRenderTip::PaintTopTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintTopTip() 152 void RosenRenderTip::PaintTopTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintTopTip() 220 void RosenRenderTip::PaintLeftTip(SkCanvas* skCanvas, SkPaint paint, const Offset& offset) in PaintLeftTip() 281 void RosenRenderTip::PaintLeftTip(RSCanvas* canvas, RSBrush brush, const Offset& offset) in PaintLeftTip()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
D | refresh_layout_algorithm.h | 47 void SetCustomBuilderOffset(float offset) in SetCustomBuilderOffset() 52 void SetScrollOffset(float offset) in SetScrollOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
D | rosen_render_single_child_scroll.cpp | 25 void RosenRenderSingleChildScroll::Paint(RenderContext& context, const Offset& offset) in Paint() 40 auto offset = GetPaintOffset(); in Paint() local
|