Searched defs:Polygon (Results 1 – 12 of 12) sorted by relevance
| /external/swiftshader/src/Device/ |
| D | Polygon.hpp | 22 struct Polygon struct 24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() function 35 Polygon(const float4 *P, int n) in Polygon() function 47 float4 B[16]; // Buffer for clipped vertices 48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices 50 int n; // Number of vertices 51 int i; // Level of P to use 52 int b; // Next available new vertex
|
| /external/swiftshader/src/Renderer/ |
| D | Polygon.hpp | 22 struct Polygon struct 24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() function 35 Polygon(const float4 *P, int n) in Polygon() function 47 float4 B[16]; // Buffer for clipped vertices 48 const float4 *P[16][16]; // Pointers to clipped polygon's vertices 50 int n; // Number of vertices 51 int i; // Level of P to use 52 int b; // Next available new vertex
|
| /external/geojson-jackson/src/main/java/org/geojson/ |
| D | Polygon.java | 8 public class Polygon extends Geometry<List<LngLatAlt>> { class 10 public Polygon() { in Polygon() method in Polygon 13 public Polygon(List<LngLatAlt> polygon) { in Polygon() method in Polygon 17 public Polygon(LngLatAlt... polygon) { in Polygon() method in Polygon
|
| /external/rust/crates/plotters/src/element/ |
| D | basic_shapes.rs | 291 pub struct Polygon<Coord> { struct 295 impl<Coord> Polygon<Coord> { argument 308 impl<'a, Coord> PointCollection<'a, Coord> for &'a Polygon<Coord> { implementation 316 impl<Coord, DB: DrawingBackend> Drawable<DB> for Polygon<Coord> { implementation
|
| /external/rust/crates/plotters-svg/src/ |
| D | svg.rs | 51 Polygon, enumerator
|
| /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
| D | fusiontables_v1_messages.py | 570 class Polygon(_messages.Message): class
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | Canvas.py | 109 class Polygon(CanvasItem): class
|
| /external/skia/modules/canvaskit/ |
| D | externs.js | 907 Polygon: {}, property
|
| /external/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 3963 Polygon: PointMode; property
|
| /external/skia/src/core/ |
| D | SkPath.cpp | 3425 SkPath SkPath::Polygon(const SkPoint pts[], int count, bool isClosed, in Polygon() function in SkPath
|
| /external/python/apitools/samples/fusiontables_sample/ |
| D | fusiontables_v1.json | 332 "Polygon": { object
|
| /external/mesa3d/src/mesa/main/ |
| D | mtypes.h | 5041 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member
|