Home
last modified time | relevance | path

Searched refs:vertices (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h429 vertices, stride) \ argument
434 (vertices)[0] = _t0_ = t_from_x_coord_x(xscale, tx1); \
435 (vertices)[1 * stride] = _t2_ = t_from_x_coord_x(xscale, tx2); \
436 (vertices)[2 * stride] = _t2_; \
437 (vertices)[3 * stride] = _t0_; \
438 (vertices)[1] = _t1_ = t_from_x_coord_y(yscale, ty1); \
439 (vertices)[2 * stride + 1] = _t5_ = t_from_x_coord_y(yscale, ty2); \
440 (vertices)[1 * stride + 1] = _t1_; \
441 (vertices)[3 * stride + 1] = _t5_; \
446 vertices, stride) \ argument
[all …]
H A Dglamor_render.c1224 float *vertices; in glamor_composite_with_shader() local
1227 vertices = glamor_setup_composite_vbo(screen, mrect * 4); in glamor_composite_with_shader()
1257 vertices, in glamor_composite_with_shader()
1259 vertices += 2; in glamor_composite_with_shader()
1268 vertices, vb_stride); in glamor_composite_with_shader()
1269 vertices += 2; in glamor_composite_with_shader()
1280 vertices, vb_stride); in glamor_composite_with_shader()
1281 vertices += 2; in glamor_composite_with_shader()
1287 vertices += 3 * vb_stride; in glamor_composite_with_shader()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c843 miPolyBuildPoly(PolyVertexPtr vertices, in miPolyBuildPoly() argument
862 maxy = miny = vertices[0].y; in miPolyBuildPoly()
865 if (vertices[i].y < miny) { in miPolyBuildPoly()
867 miny = vertices[i].y; in miPolyBuildPoly()
869 if (vertices[i].y >= maxy) { in miPolyBuildPoly()
871 maxy = vertices[i].y; in miPolyBuildPoly()
894 y = miPolyBuildEdge(vertices[i].x, vertices[i].y, in miPolyBuildPoly()
922 y = miPolyBuildEdge(vertices[i].x, vertices[i].y, in miPolyBuildPoly()
979 PolyVertexRec vertices[4]; in miLineJoin() local
1034 vertices[0].x = pRight->xa; in miLineJoin()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dheatmap_bucket.cpp27 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature()
70 vertices.emplace_back(HeatmapProgram::vertex(point, -1, -1)); // 1 in addFeature()
71 vertices.emplace_back(HeatmapProgram::vertex(point, 1, -1)); // 2 in addFeature()
72 vertices.emplace_back(HeatmapProgram::vertex(point, 1, 1)); // 3 in addFeature()
73 vertices.emplace_back(HeatmapProgram::vertex(point, -1, 1)); // 4 in addFeature()
90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dhillshade_bucket.cpp39 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
49 vertices.clear(); in clear()
87 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask()
90 vertices.emplace_back( in setMask()
92 vertices.emplace_back( in setMask()
94 vertices.emplace_back( in setMask()
96 vertices.emplace_back( in setMask()
H A Draster_bucket.cpp28 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
38 vertices.clear(); in clear()
82 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask()
85 vertices.emplace_back( in setMask()
87 vertices.emplace_back( in setMask()
89 vertices.emplace_back( in setMask()
91 vertices.emplace_back( in setMask()
H A Ddebug_bucket.cpp26 gl::VertexVector<FillLayoutVertex> vertices; in DebugBucket() local
46 vertices.emplace_back(FillProgram::layoutVertex(p)); in DebugBucket()
49 indices.emplace_back(vertices.vertexSize() - 2, in DebugBucket()
50 vertices.vertexSize() - 1); in DebugBucket()
77 segments.emplace_back(0, 0, vertices.vertexSize(), indices.indexSize()); in DebugBucket()
79 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in DebugBucket()
H A Dcircle_bucket.cpp27 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature()
70 vertices.emplace_back(CircleProgram::vertex(point, -1, -1)); // 1 in addFeature()
71 vertices.emplace_back(CircleProgram::vertex(point, 1, -1)); // 2 in addFeature()
72 vertices.emplace_back(CircleProgram::vertex(point, 1, 1)); // 3 in addFeature()
73 vertices.emplace_back(CircleProgram::vertex(point, -1, 1)); // 4 in addFeature()
90 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
H A Dfill_extrusion_bucket.cpp67 std::size_t startVertices = vertices.vertexSize(); in addFeature()
93 vertices.emplace_back( in addFeature()
110 vertices.emplace_back( in addFeature()
112 vertices.emplace_back( in addFeature()
117 vertices.emplace_back( in addFeature()
119 vertices.emplace_back( in addFeature()
146 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
151 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
H A Dfill_bucket.cpp56 std::size_t startVertices = vertices.vertexSize(); in addFeature()
65 lineSegments.emplace_back(vertices.vertexSize(), lines.indexSize()); in addFeature()
72 vertices.emplace_back(FillProgram::layoutVertex(ring[0])); in addFeature()
76 vertices.emplace_back(FillProgram::layoutVertex(ring[i])); in addFeature()
108 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
113 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
H A Dline_bucket.cpp38 pair.second.populateVertexVectors(feature, vertices.vertexSize()); in addFeature()
118 const std::size_t startVertex = vertices.vertexSize(); in addGeometry()
375 const std::size_t endVertex = vertices.vertexSize(); in addGeometry()
405vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, false, endLeft,… in addCurrentVertex()
406 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex()
416vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, true, -endRight… in addCurrentVertex()
417 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex()
441vertices.emplace_back(LineProgram::layoutVertex(currentVertex, flippedExtrude, false, lineTurnsLef… in addPieSliceVertex()
442 e3 = vertices.vertexSize() - 1 - startVertex; in addPieSliceVertex()
455 vertexBuffer = context.createVertexBuffer(std::move(vertices)); in upload()
H A Dsymbol_bucket.hpp86 gl::VertexVector<SymbolLayoutVertex> vertices; member
102 gl::VertexVector<SymbolLayoutVertex> vertices; member
117 gl::VertexVector<CollisionBoxLayoutAttributes::Vertex> vertices; member
H A Dsymbol_bucket.cpp48 text.vertexBuffer = context.createVertexBuffer(std::move(text.vertices)); in upload()
68 icon.vertexBuffer = context.createVertexBuffer(std::move(icon.vertices)); in upload()
87 … collisionBox.vertexBuffer = context.createVertexBuffer(std::move(collisionBox.vertices)); in upload()
101 … collisionCircle.vertexBuffer = context.createVertexBuffer(std::move(collisionCircle.vertices)); in upload()
H A Dcircle_bucket.hpp28 gl::VertexVector<CircleLayoutVertex> vertices; member in mbgl::CircleBucket
H A Draster_bucket.hpp33 gl::VertexVector<RasterLayoutVertex> vertices; member in mbgl::RasterBucket
H A Dheatmap_bucket.hpp28 gl::VertexVector<HeatmapLayoutVertex> vertices; member in mbgl::HeatmapBucket
H A Dfill_extrusion_bucket.hpp27 gl::VertexVector<FillExtrusionLayoutVertex> vertices; member in mbgl::FillExtrusionBucket
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dutil_inl.hpp72 std::queue<int> vertices; in walkBreadthFirst() local
75 vertices.push(from); in walkBreadthFirst()
77 while (!vertices.empty()) in walkBreadthFirst()
79 int vertex = vertices.front(); in walkBreadthFirst()
80 vertices.pop(); in walkBreadthFirst()
89 vertices.push(edge->to); in walkBreadthFirst()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h739 …tbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices);
740 …_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **vertices);
751 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *vertices);
816 stbtt_vertex *vertices, // array of vertices defining shape
1171 …stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) in stbtt_GetCodepointShape() argument
1173 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), vertices); in stbtt_GetCodepointShape()
1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument
1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape()
1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape()
1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp720 const float *vs = ts.vertices(); in updateScreenPoints()
758 const QVector<QPointF> &verts = vertices(); in contains()
1654 MapPolylineNodeOpenGLExtruded::MapPolylineEntry *vertices = in allocateAndFillEntries() local
1667 vertices[i*6] = e; in allocateAndFillEntries()
1669 vertices[i*6+1] = e; in allocateAndFillEntries()
1672 vertices[i*6+2] = e; in allocateAndFillEntries()
1677 vertices[i*6+3] = e; in allocateAndFillEntries()
1679 vertices[i*6+4] = e; in allocateAndFillEntries()
1682 vertices[i*6+5] = e; in allocateAndFillEntries()
1685 vertices[i*6].prev = vertices[i*6+1].prev = vertices[i*6+5].prev = v[i-1]; in allocateAndFillEntries()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp481 pair.second.first.populateVertexVectors(feature, bucket->icon.vertices.vertexSize()); in place()
482 pair.second.second.populateVertexVectors(feature, bucket->text.vertices.vertexSize()); in place()
508 buffer.segments.emplace_back(buffer.vertices.vertexSize(), buffer.triangles.indexSize()); in addSymbol()
518 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tl, symbol.glyphOff… in addSymbol()
519 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tr, symbol.glyphOff… in addSymbol()
520 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, bl, symbol.glyphOff… in addSymbol()
521 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, br, symbol.glyphOff… in addSymbol()
572 collisionBuffer.segments.emplace_back(collisionBuffer.vertices.vertexSize(), in addToDebugBuffers()
579 …collisionBuffer.vertices.emplace_back(CollisionBoxProgram::vertex(anchor, symbolInstance.anchor.po… in addToDebugBuffers()
580 …collisionBuffer.vertices.emplace_back(CollisionBoxProgram::vertex(anchor, symbolInstance.anchor.po… in addToDebugBuffers()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp201 bucket->vertices.emplace_back( in update()
203 bucket->vertices.emplace_back( in update()
205 bucket->vertices.emplace_back( in update()
207 bucket->vertices.emplace_back( in update()
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0001-disable-debug-printfs.patch76 /* invert gradient transform for applying to vertices */
84 /* compute points on the path for triangle vertices */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgraphds.h50 struct vertex *vertices; /* The vertices. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgraphds.h50 struct vertex *vertices; /* The vertices. */ member

12