| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 429 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 D | glamor_render.c | 1224 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 D | miwideline.c | 843 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 D | heatmap_bucket.cpp | 27 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 D | hillshade_bucket.cpp | 39 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 D | raster_bucket.cpp | 28 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 D | debug_bucket.cpp | 26 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 D | circle_bucket.cpp | 27 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 D | fill_extrusion_bucket.cpp | 67 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 D | fill_bucket.cpp | 56 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 D | line_bucket.cpp | 38 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() 405 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, false, endLeft,… in addCurrentVertex() 406 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex() 416 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, true, -endRight… in addCurrentVertex() 417 e3 = vertices.vertexSize() - 1 - startVertex; in addCurrentVertex() 441 …vertices.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 D | symbol_bucket.hpp | 86 gl::VertexVector<SymbolLayoutVertex> vertices; member 102 gl::VertexVector<SymbolLayoutVertex> vertices; member 117 gl::VertexVector<CollisionBoxLayoutAttributes::Vertex> vertices; member
|
| H A D | symbol_bucket.cpp | 48 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 D | circle_bucket.hpp | 28 gl::VertexVector<CircleLayoutVertex> vertices; member in mbgl::CircleBucket
|
| H A D | raster_bucket.hpp | 33 gl::VertexVector<RasterLayoutVertex> vertices; member in mbgl::RasterBucket
|
| H A D | heatmap_bucket.hpp | 28 gl::VertexVector<HeatmapLayoutVertex> vertices; member in mbgl::HeatmapBucket
|
| H A D | fill_extrusion_bucket.hpp | 27 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 D | util_inl.hpp | 72 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 D | stb_truetype.h | 739 …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 D | qdeclarativepolylinemapitem.cpp | 720 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 D | symbol_layout.cpp | 481 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 D | render_image_source.cpp | 201 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 D | 0001-disable-debug-printfs.patch | 76 /* 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 D | graphds.h | 50 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 D | graphds.h | 50 struct vertex *vertices; /* The vertices. */ member
|