Home
last modified time | relevance | path

Searched refs:Int32List (Results 1 – 25 of 36) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/ui/painting/
Dgradient.h36 const tonic::Int32List& colors,
44 const tonic::Int32List& colors,
51 const tonic::Int32List& colors,
64 const tonic::Int32List& colors,
Dgradient.cc36 const tonic::Int32List& colors, in initLinear()
64 const tonic::Int32List& colors, in initRadial()
88 const tonic::Int32List& colors, in initSweep()
119 const tonic::Int32List& colors, in initTwoPointConical()
Dvertices.cc19 void DecodeInts(const tonic::Int32List& ints, T* out) { in DecodeInts()
46 const tonic::Int32List& colors, in init()
Dvertices.h31 const tonic::Int32List& colors,
Dcanvas.h157 const tonic::Int32List& colors,
Dcanvas.cc393 const tonic::Int32List& colors, in drawAtlas()
/third_party/flutter/engine/flutter/lib/ui/semantics/
Dsemantics_update_builder.h49 const tonic::Int32List& childrenInTraversalOrder,
50 const tonic::Int32List& childrenInHitTestOrder,
51 const tonic::Int32List& customAccessibilityActions);
Dsemantics_update_builder.cc60 const tonic::Int32List& childrenInTraversalOrder, in updateNode()
61 const tonic::Int32List& childrenInHitTestOrder, in updateNode()
62 const tonic::Int32List& localContextActions) { in updateNode()
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.h29 tonic::Int32List& encoded,
40 void pushStyle(tonic::Int32List& encoded,
76 explicit ParagraphBuilder(tonic::Int32List& encoded,
Dparagraph_builder.cc140 tonic::Int32List& encoded, in create()
162 tonic::Int32List& encoded, in ParagraphBuilder()
276 void ParagraphBuilder::pushStyle(tonic::Int32List& encoded, in pushStyle()
/third_party/flutter/engine/flutter/shell/platform/embedder/fixtures/
Dmain.dart109 childrenInTraversalOrder: Int32List.fromList(<int>[84, 96]),
110 childrenInHitTestOrder: Int32List.fromList(<int>[96, 84]),
123 childrenInTraversalOrder: Int32List.fromList(<int>[128]),
124 childrenInHitTestOrder: Int32List.fromList(<int>[128]),
131 additionalActions: Int32List.fromList(<int>[21]),
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/services/
Dserialization.dart66 /// Write all the values from a [Int32List] into the buffer.
67 void putInt32List(Int32List list) {
170 Int32List getInt32List(int length) {
172 final Int32List list =
Dmessage_codecs.dart179 /// * [Uint8List]s, [Int32List]s, [Int64List]s, [Float64List]s
195 /// * [Int32List]\: `int[]`
209 /// * [Uint8List], [Int32List], [Int64List], [Float64List]\:
327 } else if (value is Int32List) {
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dserialization.dart68 /// Write all the values from an [Int32List] into the buffer.
69 void putInt32List(Int32List list) {
168 Int32List getInt32List(int length) {
170 final Int32List list = data.buffer.asInt32List(data.offsetInBytes + _position, length);
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dserialization_test.dart47 final Int32List integers = Int32List.fromList(<int>[-99, 2, 99]);
/third_party/flutter/flutter/packages/flutter/test/services/
Dmessage_codecs_testing.dart54 if (valueA is Int32List)
55 return valueB is Int32List && deepEqualsList(valueA, valueB);
Dmessage_codecs_test.dart127 Int32List.fromList(<int>[-0x7fffffff - 1, 0, 0x7fffffff]),
/third_party/flutter/flutter/dev/integration_tests/channels/lib/
Dmain.dart52 static final Int32List someInt32s = Int32List.fromList(<int>[
/third_party/flutter/engine/flutter/lib/ui/
Ddart_wrapper.h37 using Int32List = std::vector<int>; variable
Dsemantics.dart673 Int32List childrenInTraversalOrder,
674 Int32List childrenInHitTestOrder,
675 Int32List additionalActions,
737 Int32List childrenInTraversalOrder,
738 Int32List childrenInHitTestOrder,
739 Int32List additionalActions,
Dtext.dart476 Int32List _encodeTextStyle(
497 final Int32List result = Int32List(8);
665 final Int32List _encoded;
761 Int32List _encodeParagraphStyle(
774 final Int32List result = Int32List(6); // also update paragraph_builder.cc
909 final Int32List _encoded;
1731 Int32List encoded,
1788 Int32List encoded,
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dmessage_codecs.dart177 /// * [Uint8List]s, [Int32List]s, [Int64List]s, [Float64List]s
193 /// * [Int32List]\: `int[]`
207 /// * [Uint8List], [Int32List], [Int64List], [Float64List]\:
317 /// * Int32List = 9
366 } else if (value is Int32List) {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/
Dsemantics.dart119 final Int32List childrenInTraversalOrder;
122 final Int32List childrenInHitTestOrder;
125 final Int32List additionalActions;
478 Int32List get childrenInTraversalOrder => _childrenInTraversalOrder;
479 Int32List _childrenInTraversalOrder;
492 Int32List get childrenInHitTestOrder => _childrenInHitTestOrder;
493 Int32List _childrenInHitTestOrder;
506 Int32List get additionalActions => _additionalActions;
507 Int32List _additionalActions;
890 Int32List _previousChildrenInTraversalOrder;
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dencodable_value_unittests.cc104 TEST(EncodableValueTest, Int32List) { in TEST() argument
/third_party/flutter/engine/flutter/testing/dart/
Dcanvas_test.dart67 …s canvas) => canvas.drawRawAtlas(image, Float32List(0), Float32List(0), Int32List(0), BlendMode.sr…

12