Home
last modified time | relevance | path

Searched defs:polygon (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DClipper.cpp43 bool Clipper::clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in clip()
84 void Clipper::clipNear(Polygon &polygon) in clipNear()
122 void Clipper::clipFar(Polygon &polygon) in clipFar()
160 void Clipper::clipLeft(Polygon &polygon) in clipLeft()
198 void Clipper::clipRight(Polygon &polygon) in clipRight()
236 void Clipper::clipTop(Polygon &polygon) in clipTop()
274 void Clipper::clipBottom(Polygon &polygon) in clipBottom()
312 void Clipper::clipPlane(Polygon &polygon, const Plane &p) in clipPlane()
DRenderer.cpp1587 Polygon polygon(&v0.v[pos], &v1.v[pos], &v2.v[pos]); in setupSolidTriangles() local
1834 Polygon polygon(P, 4); in setupLine() local
1945 Polygon polygon(L, 6); in setupLine() local
2036 Polygon polygon(L, 4); in setupLine() local
2107 Polygon polygon(P, 4); in setupPoint() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DClipper.cpp32 void clipNear(sw::Polygon &polygon) in clipNear()
70 void clipFar(sw::Polygon &polygon) in clipFar()
108 void clipLeft(sw::Polygon &polygon) in clipLeft()
146 void clipRight(sw::Polygon &polygon) in clipRight()
184 void clipTop(sw::Polygon &polygon) in clipTop()
222 void clipBottom(sw::Polygon &polygon) in clipBottom()
276 bool Clipper::Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw) in Clip()
DRenderer.cpp672 Polygon polygon(&v0.position, &v1.position, &v2.position); in setupSolidTriangles() local
921 Polygon polygon(P, 4); in setupLine() local
1032 Polygon polygon(L, 6); in setupLine() local
1123 Polygon polygon(L, 4); in setupLine() local
1184 Polygon polygon(P, 4); in setupPoint() local
/third_party/skia/fuzz/
DFuzzPolyUtils.cpp18 SkAutoSTMalloc<64, SkPoint> polygon(count); in DEF_FUZZ() local
/third_party/flutter/skia/fuzz/
DFuzzPolyUtils.cpp18 SkAutoSTMalloc<64, SkPoint> polygon(count); in DEF_FUZZ() local
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DDrawManager.java323 FloatBuffer polygon = plane.getPolygon(); in drawPlaneOutline() local
367 FloatBuffer polygon = plane.getPolygon(); in drawPlaneWithShader() local
/third_party/mesa3d/src/util/indices/
Du_unfilled_gen.py176 def polygon(intype, outtype): function
Du_indices_gen.py306 def polygon(intype, outtype, inpv, outpv, pr): function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp44 Pointer<Byte> polygon(function.Arg<2>()); in generate() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp43 Pointer<Byte> polygon(function.Arg<3>()); in generate() local
/third_party/flutter/skia/src/utils/
DSkPolyUtils.cpp1050 bool SkIsSimplePolygon(const SkPoint* polygon, int polygonSize) { in SkIsSimplePolygon()
/third_party/skia/src/utils/
DSkPolyUtils.cpp1066 bool SkIsSimplePolygon(const SkPoint* polygon, int polygonSize) { in SkIsSimplePolygon()
/third_party/typescript/tests/lib/
Dreact.d.ts2266 polygon: SVGFactory; property
2499 polygon: React.SVGProps; property
/third_party/python/Lib/
Dturtle.py2983 def _getshapepoly(self, polygon, compound=False): argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3208 bool polygon = (prim == PIPE_PRIM_TRIANGLES); in panfrost_emit_draw() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82193 static nsIAtom* polygon; member in nsGkAtoms