Searched defs:Polygon (Results 1 - 5 of 5) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A 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
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A 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
|
| /third_party/skia/include/core/ |
| H A D | SkPath.h | 85 static SkPath Polygon(const std::initializer_list<SkPoint>& list, bool isClosed, in Polygon() function in SkPath
|
| /third_party/skia/src/core/ |
| H A 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/ |
| H A D | mtypes.h | 3229 struct gl_polygon_attrib Polygon; member 3403 struct gl_polygon_attrib Polygon; /**< Polygon attributes */ member
|
Completed in 20 milliseconds