Home
last modified time | relevance | path

Searched defs:Polygon (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPolygon.hpp22 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/
DPolygon.hpp22 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/
Dexterns.js923 Polygon: {}, property
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts4024 Polygon: PointMode; property
/third_party/skia/src/core/
DSkPath.cpp3491 SkPath SkPath::Polygon(const SkPoint pts[], int count, bool isClosed, in Polygon() function in SkPath
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3229 struct gl_polygon_attrib Polygon; member
3403 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp117541 Polygon, enumerator