| /third_party/rust/crates/syn/src/ |
| H A D | path.rs | 864 fn span(&self) -> Span { in span() functions
|
| H A D | parse.rs | 1085 pub fn span(&self) -> Span { in span() functions
|
| H A D | lit.rs | 244 pub fn span(&self) -> Span { span() functions 279 pub fn span(&self) -> Span { span() functions 314 pub fn span(&self) -> Span { span() functions 349 pub fn span(&self) -> Span { span() functions 424 pub fn span(&self) -> Span { span() functions 496 pub fn span(&self) -> Span { span() functions 541 pub fn span(&self) -> Span { span() functions 850 let mut span = neg.span(); parse_negative_lit() variables 1116 pub fn span(&self) -> Span { span() functions [all...] |
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file.cpp | 381 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator() argument 450 static ClassIdxIterator Begin(const File &file, const Span<const uint32_t> &span) in Begin() argument 455 static ClassIdxIterator End(const File &file, const Span<const uint32_t> &span) in End() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/grid/ |
| H A D | render_grid.cpp | 735 int32_t span = 1; // Default span is 1, means this child takes up one column. in GetChildSpan() local
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| H A D | html_to_span.cpp | 1076 RefPtr<SpanBase> span; in AddSpans() local 1093 auto span = AceType::MakeRefPtr<MutableSpanString>(*style); in AddImageSpans() local 1102 RefPtr<MutableSpanString> span; GenerateSpans() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | txt_paragraph.cpp | 148 int32_t TxtParagraph::AddPlaceholder(const PlaceholderRun& span) in AddPlaceholder() argument
|
| H A D | skia_decoration_painter.cpp | 191 const float span = std::min(std::max(lastOffset - firstOffset, 0.0f), std::numeric_limits<float>::max()); in AdjustColorStops() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | span_string.cpp | 69 SpanString::SpanString(RefPtr<CustomSpan>& span) : text_(" ") in SpanString() argument 150 ApplyToSpans( const RefPtr<SpanBase>& span, std::pair<int32_t, int32_t> interval, SpanOperation operation) ApplyToSpans() argument 299 AddSpecialSpan(const RefPtr<SpanBase>& span, SpanType type, int32_t start) AddSpecialSpan() argument 445 AddSpan(const RefPtr<SpanBase>& span) AddSpan() argument 593 SetGroupId(const RefPtr<SpanBase>& span) SetGroupId() argument 634 RefPtr<SpanString> span = AceType::MakeRefPtr<SpanString>(""); GetSubSpanString() local 638 RefPtr<SpanString> span = GetSubSpanString() local 716 RefPtr<SpanBase> span; GetSpans() local 826 UpdateSpanBaseWithOffset(RefPtr<SpanBase>& span, int32_t start, int32_t offset) UpdateSpanBaseWithOffset() argument 923 IsSpecialNode(RefPtr<SpanBase> span) IsSpecialNode() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | span_string_test_ng.cpp | 345 auto span = AceType::DynamicCast<CustomSpan>(spans[0]); in HWTEST_F() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | img2dec.c | 87 size_t span = 0; in is_glob() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_loop_analyze.c | 723 nir_const_value span, iter; in get_iteration() local
|
| /third_party/skia/src/core/ |
| H A D | SkBlitter_ARGB32.cpp | 1008 SkPMColor* span = fBuffer; in blitH() local 1025 SkPMColor* span = fBuffer; in blitRect() local 955 blend_srcmode(SkPMColor* SK_RESTRICT device, const SkPMColor* SK_RESTRICT span, int count, U8CPU aa) blend_srcmode() argument 1086 SkPMColor* span = fBuffer; blitAntiH() local 1320 SkPMColor* span = fBuffer; blitMask() local 1327 xfer->xfer32(reinterpret_cast<SkPMColor*>(dstRow), span, width, maskRow); blitMask() local 1336 blend_row(reinterpret_cast<SkPMColor*>(dstRow), maskRow, span, width); blitMask() local 1401 SkPMColor* span = fBuffer; blitV() local [all...] |
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | brotlidump.py | 549 def span(self, index): member in Enumerator
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afcjk.c | 2057 FT_Pos dist1, dist2, span; in af_cjk_hint_edges() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextWrapper.cpp | 735 auto span = parent->clusters(); in moveForward() local [all...] |
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | wrapper.rs | 589 pub fn span(&self) -> Span { in span() functions 682 pub fn span(&self) -> Span { span() functions 860 pub fn span(&self) -> Span { span() functions [all...] |
| H A D | fallback.rs | 696 pub fn span(&self) -> Span { span() functions 786 pub fn span(&self) -> Span { span() functions 1046 pub fn span(&self) -> Span { span() functions [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| H A D | parse.rs | 34 fn span(&self) -> &Span { in span() functions 612 fn span(&self) -> Span { span() functions 2383 fn span(range: Range<usize>) -> Span { span() functions [all...] |
| H A D | mod.rs | 47 pub fn span(&self) -> &Span { in span() functions 495 pub fn span(&self) -> &Span { span() functions 719 pub fn span(&self) -> &Span { span() functions 937 pub fn span(&self) -> &Span { span() functions 982 pub fn span(&self) -> &Span { span() functions [all...] |
| /third_party/rust/crates/regex/regex-syntax/src/hir/ |
| H A D | mod.rs | 50 pub fn span(&self) -> &Span { in span() functions
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_property.cpp | 448 void LayoutProperty::UpdateGridProperty(std::optional<int32_t> span, std::optional<int32_t> offset, GridSizeType type) in UpdateGridProperty() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_api_impl_bridge.cpp | 1597 auto span = panda::ObjectRef::New(vm); in GetArkUINativeModule() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| H A D | js_span_string.cpp | 312 auto span = AceType::DynamicCast<ParagraphStyleSpan>(spanObject); in CreateJsParagraphStyleSpan() local 322 auto span = AceType::DynamicCast<UrlSpan>(spanObject); in CreateJsUrlSpan() local 332 auto span in CreateJsFontSpan() local 342 auto span = AceType::DynamicCast<DecorationSpan>(spanObject); CreateJsDecorationSpan() local 352 auto span = AceType::DynamicCast<BaselineOffsetSpan>(spanObject); CreateJsBaselineOffsetSpan() local 362 auto span = AceType::DynamicCast<LetterSpacingSpan>(spanObject); CreateJsLetterSpacingSpan() local 372 auto span = AceType::DynamicCast<GestureSpan>(spanObject); CreateJsGestureSpan() local 382 auto span = AceType::DynamicCast<TextShadowSpan>(spanObject); CreateJsTextShadowSpan() local 392 auto span = AceType::DynamicCast<BackgroundColorSpan>(spanObject); CreateJSBackgroundColorSpan() local 402 auto span = AceType::DynamicCast<LineHeightSpan>(spanObject); CreateJsLineHeightSpan() local 412 auto span = AceType::DynamicCast<ImageSpan>(spanObject); CreateJsImageSpan() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
| H A D | rich_editor_event_hub.cpp | 378 void RichEditorChangeValue::SetRichEditorOriginalSpans(const RichEditorAbstractSpanResult& span) in SetRichEditorOriginalSpans() argument 388 void RichEditorChangeValue::SetRichEditorReplacedSpans(const RichEditorAbstractSpanResult& span) in SetRichEditorReplacedSpans() argument 398 void RichEditorChangeValue::SetRichEditorReplacedImageSpans(const RichEditorAbstractSpanResult& span) in SetRichEditorReplacedImageSpans() argument 408 void RichEditorChangeValue::SetRichEditorReplacedSymbolSpans(const RichEditorAbstractSpanResult& span) in SetRichEditorReplacedSymbolSpans() argument
|