/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | gradient.h | 35 void initLinear(const tonic::Float32List& end_points, 37 const tonic::Float32List& color_stops, 45 const tonic::Float32List& color_stops, 52 const tonic::Float32List& color_stops, 65 const tonic::Float32List& color_stops,
|
D | gradient.cc | 35 void CanvasGradient::initLinear(const tonic::Float32List& end_points, in initLinear() 37 const tonic::Float32List& color_stops, in initLinear() 65 const tonic::Float32List& color_stops, in initRadial() 89 const tonic::Float32List& color_stops, in initSweep() 120 const tonic::Float32List& color_stops, in initTwoPointConical()
|
D | canvas.h | 145 const tonic::Float32List& points); 155 const tonic::Float32List& transforms, 156 const tonic::Float32List& rects, 159 const tonic::Float32List& cull_rect);
|
D | vertices.cc | 13 void DecodePoints(const tonic::Float32List& coords, SkPoint* points) { in DecodePoints() 44 const tonic::Float32List& positions, in init() 45 const tonic::Float32List& texture_coordinates, in init()
|
D | vertices.h | 29 const tonic::Float32List& positions, 30 const tonic::Float32List& texture_coordinates,
|
D | path.h | 82 void addPolygon(const tonic::Float32List& points, bool close); 99 tonic::Float32List getBounds();
|
D | canvas.cc | 362 const tonic::Float32List& points) { in drawPoints() 391 const tonic::Float32List& transforms, in drawAtlas() 392 const tonic::Float32List& rects, in drawAtlas() 395 const tonic::Float32List& cull_rect) { in drawAtlas()
|
D | path_measure.cc | 72 tonic::Float32List CanvasPathMeasure::getPosTan(int contourIndex, in getPosTan() 74 tonic::Float32List posTan(Dart_NewTypedData(Dart_TypedData_kFloat32, 5)); in getPosTan()
|
D | path.cc | 193 void CanvasPath::addPolygon(const tonic::Float32List& points, bool close) { in addPolygon() 271 tonic::Float32List CanvasPath::getBounds() { in getBounds() 272 tonic::Float32List rect(Dart_NewTypedData(Dart_TypedData_kFloat32, 4)); in getBounds()
|
D | color_filter.h | 35 void initMatrix(const tonic::Float32List& color_matrix);
|
D | rrect.cc | 17 Float32List buffer(value); in FromDart()
|
D | path_measure.h | 35 tonic::Float32List getPosTan(int contourIndex, float distance);
|
D | color_filter.cc | 51 void ColorFilter::initMatrix(const tonic::Float32List& color_matrix) { in initMatrix()
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | canvas_test.dart | 67 …testCanvas((Canvas canvas) => canvas.drawRawAtlas(image, Float32List(0), Float32List(0), Int32List… 68 testCanvas((Canvas canvas) => canvas.drawRawPoints(PointMode.points, Float32List(0), paint));
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 2041 void _addPolygon(Float32List points, bool close) native 'Path_addPolygon'; 2050 void _addRRect(Float32List rrect) native 'Path_addRRect'; 2144 final Float32List rect = _getBounds(); 2147 Float32List _getBounds() native 'Path_getBounds'; 2357 final Float32List posTan = _getPosTan(contourIndex, distance); 2368 Float32List _getPosTan(int contourIndex, double distance) native 'PathMeasure_getPosTan'; 2613 _initMatrix(Float32List.fromList(creator._matrix)); 2635 void _initMatrix(Float32List matrix) native 'ColorFilter_initMatrix'; 2739 Float32List _encodePointList(List<Offset> points) { 2742 final Float32List result = Float32List(pointCount * 2); [all …]
|
D | dart_wrapper.h | 35 using Float32List = std::vector<float>; variable
|
D | geometry.dart | 665 Float32List get _value32 => Float32List.fromList(<double>[left, top, right, bottom]); 1173 Float32List get _value32 => Float32List.fromList(<double>[ 1712 final Float32List _value = Float32List(4);
|
D | compositing.dart | 338 …EngineLayer _pushClipRRect(Float32List rrect, int clipBehavior) native 'SceneBuilder_pushClipRRect…
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 4010 clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void; 4083 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4084 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4085 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4086 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4087 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4088 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4384 …uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 4386 …uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 4388 …uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… [all …]
|
D | lib.dom.d.ts | 17041 clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void; 17114 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17115 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17116 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17117 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17118 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17119 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17415 …uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 17417 …uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 17419 …uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… [all …]
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3990 clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void; 4063 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4064 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4065 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4066 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4067 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4068 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 4364 …uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 4366 …uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 4368 …uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… [all …]
|
D | dom.generated.d.ts | 17021 clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void; 17094 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17095 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17096 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17097 …4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17098 …2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17099 …3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GL… 17395 …uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 17397 …uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… 17399 …uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength… [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 73 Float32List positions, { 74 Float32List textureCoordinates, 848 /// * [drawRawPoints], which takes `points` as a [Float32List] rather than a 865 /// [List<Float32List>]. 866 void drawRawPoints(PointMode pointMode, Float32List points, Paint paint) { 925 void drawRawAtlas(Image atlas, Float32List rstTransforms, Float32List rects, 2258 final Float32List posTan = _getPosTan(distance); 2268 Float32List _getPosTan(double distance) => throw UnimplementedError();
|
D | geometry.dart | 1743 final Float32List _value = Float32List(4);
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | widget_inspector.dart | 196 …void drawRawAtlas(ui.Image atlas, Float32List rstTransforms, Float32List rects, Int32List colors, … 202 void drawRawPoints(ui.PointMode pointMode, Float32List points, Paint paint) {
|