Searched refs:polygon (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwRasterTexmap.h | 650 …SwSurface* surface, const SwImage* image, const SwBBox* region, Polygon& polygon, AASpans* aaSpans… in _rasterPolygonImage() argument 652 float x[3] = {polygon.vertex[0].pt.x, polygon.vertex[1].pt.x, polygon.vertex[2].pt.x}; in _rasterPolygonImage() 653 float y[3] = {polygon.vertex[0].pt.y, polygon.vertex[1].pt.y, polygon.vertex[2].pt.y}; in _rasterPolygonImage() 654 float u[3] = {polygon.vertex[0].uv.x, polygon.vertex[1].uv.x, polygon.vertex[2].uv.x}; in _rasterPolygonImage() 655 float v[3] = {polygon.vertex[0].uv.y, polygon.vertex[1].uv.y, polygon.vertex[2].uv.y}; in _rasterPolygonImage() 1142 Polygon polygon; in _rasterTexmapPolygon() local 1145 polygon.vertex[0] = vertices[0]; in _rasterTexmapPolygon() 1146 polygon.vertex[1] = vertices[1]; in _rasterTexmapPolygon() 1147 polygon.vertex[2] = vertices[3]; in _rasterTexmapPolygon() 1149 _rasterPolygonImage(surface, image, region, polygon, aaSpans, opacity); in _rasterTexmapPolygon() [all …]
|
D | tvgSvgLoader.cpp | 1735 static bool _attrParsePolygonPoints(const char* str, SvgPolygonNode* polygon) in _attrParsePolygonPoints() argument 1739 polygon->pts.push(num_x); in _attrParsePolygonPoints() 1740 polygon->pts.push(num_y); in _attrParsePolygonPoints() 1753 SvgPolygonNode* polygon = nullptr; in _attrParsePolygonNode() local 1755 if (node->type == SvgNodeType::Polygon) polygon = &(node->node.polygon); in _attrParsePolygonNode() 1756 else polygon = &(node->node.polyline); in _attrParsePolygonNode() 1759 return _attrParsePolygonPoints(value, polygon); in _attrParsePolygonNode() 3169 if ((to->node.polygon.pts.count = from->node.polygon.pts.count)) { in _copyAttr() 3170 to->node.polygon.pts = from->node.polygon.pts; in _copyAttr() 3508 …if (node->node.polygon.pts.count < 2) TVGLOG("SVG", "Inefficient elements used [Invalid Polygon][N… in _inefficientNodeCheck() [all …]
|
D | tvgSvgLoaderCommon.h | 523 SvgPolygonNode polygon; member
|
D | tvgSvgSceneBuilder.cpp | 423 if (node->node.polygon.pts.count < 2) break; in _recognizeShape() 424 auto pts = node->node.polygon.pts.begin(); in _recognizeShape() 426 for (pts += 2; pts < node->node.polygon.pts.end(); pts += 2) { in _recognizeShape()
|
/lvgl-latest/docs/_static/css/ |
D | fontawesome.min.css | 5 …ompass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\…
|