Home
last modified time | relevance | path

Searched refs:Float32List (Results 1 – 25 of 27) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/ui/painting/
Dgradient.h35 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,
Dgradient.cc35 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()
Dcanvas.h145 const tonic::Float32List& points);
155 const tonic::Float32List& transforms,
156 const tonic::Float32List& rects,
159 const tonic::Float32List& cull_rect);
Dvertices.cc13 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()
Dvertices.h29 const tonic::Float32List& positions,
30 const tonic::Float32List& texture_coordinates,
Dpath.h82 void addPolygon(const tonic::Float32List& points, bool close);
99 tonic::Float32List getBounds();
Dcanvas.cc362 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()
Dpath_measure.cc72 tonic::Float32List CanvasPathMeasure::getPosTan(int contourIndex, in getPosTan()
74 tonic::Float32List posTan(Dart_NewTypedData(Dart_TypedData_kFloat32, 5)); in getPosTan()
Dpath.cc193 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()
Dcolor_filter.h35 void initMatrix(const tonic::Float32List& color_matrix);
Drrect.cc17 Float32List buffer(value); in FromDart()
Dpath_measure.h35 tonic::Float32List getPosTan(int contourIndex, float distance);
Dcolor_filter.cc51 void ColorFilter::initMatrix(const tonic::Float32List& color_matrix) { in initMatrix()
/third_party/flutter/engine/flutter/testing/dart/
Dcanvas_test.dart67 …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/
Dpainting.dart2041 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 …]
Ddart_wrapper.h35 using Float32List = std::vector<float>; variable
Dgeometry.dart665 Float32List get _value32 => Float32List.fromList(<double>[left, top, right, bottom]);
1173 Float32List get _value32 => Float32List.fromList(<double>[
1712 final Float32List _value = Float32List(4);
Dcompositing.dart338 …EngineLayer _pushClipRRect(Float32List rrect, int clipBehavior) native 'SceneBuilder_pushClipRRect…
/third_party/typescript/lib/
Dlib.webworker.d.ts4010 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 …]
Dlib.dom.d.ts17041 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/
Dwebworker.generated.d.ts3990 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 …]
Ddom.generated.d.ts17021 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/
Dcanvas.dart73 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();
Dgeometry.dart1743 final Float32List _value = Float32List(4);
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_inspector.dart196 …void drawRawAtlas(ui.Image atlas, Float32List rstTransforms, Float32List rects, Int32List colors, …
202 void drawRawPoints(ui.PointMode pointMode, Float32List points, Paint paint) {

12