Searched defs:Polygon (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Polygon.hpp | 22 struct Polygon struct 24 Polygon(const float4 *P0, const float4 *P1, const float4 *P2) in Polygon() argument 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
|
/third_party/skia/third_party/externals/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() argument 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
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 923 Polygon: {}, property
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 4024 Polygon: PointMode; property
|
/third_party/skia/src/core/ |
D | SkPath.cpp | 3491 SkPath SkPath::Polygon(const SkPoint pts[], int count, bool isClosed, in Polygon() function in SkPath
|
/third_party/mesa3d/src/mesa/main/ |
D | mtypes.h | 3229 struct gl_polygon_attrib Polygon; member 3403 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 117541 Polygon, enumerator
|