Home
last modified time | relevance | path

Searched refs:inversion (Results 1 – 25 of 119) sorted by relevance

12345

/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp44 static bool flip_inversion(bool originalIsInverted, GrShape::FillInversion inversion) { in flip_inversion() argument
45 switch (inversion) { in flip_inversion()
58 static bool is_inverted(bool originalIsInverted, GrShape::FillInversion inversion) { in is_inverted() argument
59 switch (inversion) { in is_inverted()
72 GrShape GrShape::MakeFilled(const GrShape& original, FillInversion inversion) { in MakeFilled() argument
73 if (original.style().isSimpleFill() && !flip_inversion(original.inverseFilled(), inversion)) { in MakeFilled()
88 result.fRRectData.fInverted = is_inverted(original.fRRectData.fInverted, inversion); in MakeFilled()
96 result.fArcData.fInverted = is_inverted(original.fArcData.fInverted, inversion); in MakeFilled()
100 if (is_inverted(original.fLineData.fInverted, inversion)) { in MakeFilled()
107 result.fType = is_inverted(false, inversion) ? Type::kInvertedEmpty : Type::kEmpty; in MakeFilled()
[all …]
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp398 static bool inversion(Vertex* prev, Vertex* next, Edge* origEdge, const Comparator& c) { in inversion() function
510 if (!inversion(innerVertices.fTail, innerVertex1, prevEdge, c)) { in strokeBoundary()
513 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in strokeBoundary()
527 if (!inversion(innerVertices.fTail, innerVertex, prevEdge, c)) { in strokeBoundary()
530 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in strokeBoundary()
543 if (!inversion(innerVertices.fTail, innerVertices.fHead, prevEdge, c)) { in strokeBoundary()
546 if (!inversion(outerVertices.fTail, outerVertices.fHead, prevEdge, c)) { in strokeBoundary()
DGrStyledShape.cpp31 static bool is_inverted(bool originalIsInverted, GrStyledShape::FillInversion inversion) { in is_inverted() argument
32 switch (inversion) { in is_inverted()
45 GrStyledShape GrStyledShape::MakeFilled(const GrStyledShape& original, FillInversion inversion) { in MakeFilled() argument
46 bool newIsInverted = is_inverted(original.fShape.inverted(), inversion); in MakeFilled()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaasink.c284 aasink->ascii_parms.inversion = 0; in gst_aasink_init()
447 aasink->ascii_parms.inversion = g_value_get_boolean (value); in gst_aasink_set_property()
497 g_value_set_boolean (value, aasink->ascii_parms.inversion); in gst_aasink_get_property()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dgstdvbsrc.h93 int inversion; member
Dgstdvbsrc.c1086 object->inversion = DEFAULT_INVERSION; in gst_dvbsrc_init()
1275 object->inversion = g_value_get_enum (value); in gst_dvbsrc_set_property()
1452 g_value_set_enum (value, object->inversion); in gst_dvbsrc_get_property()
2503 int inversion = object->inversion; in gst_dvbsrc_set_fe_params() local
2533 inversion = INVERSION_AUTO; in gst_dvbsrc_set_fe_params()
2687 set_prop (props->props, &n, DTV_INVERSION, object->inversion); in gst_dvbsrc_set_fe_params()
2731 set_prop (props->props, &n, DTV_INVERSION, inversion); in gst_dvbsrc_set_fe_params()
/third_party/boost/boost/icl/
Dfunctors.hpp430 static argument_type inversion(const argument_type& value) in inversion() function
465 return base_type::inversion(value); in operator ()()
/third_party/openGLES/extensions/MESA/
DMESA_framebuffer_flip_x.txt46 x-inverted coordinate system. This x-inversion is relative to the
DMESA_framebuffer_swap_xy.txt46 xy-swapped coordinate system. This xy-inversion is relative to the
DMESA_framebuffer_flip_y.txt44 system. This y-inversion is relative to the coordinate system set when
/third_party/mesa3d/docs/_extra/specs/
DMESA_framebuffer_flip_y.txt44 system. This y-inversion is relative to the coordinate system set when
/third_party/flutter/skia/third_party/externals/wuffs/std/crc32/
DREADME.md93 inversion steps, described below.
173 to zero. The second inversion of the `s` computation cancels out the first
174 inversion of the `t` computation.
/third_party/mesa3d/docs/relnotes/
D9.2.4.rst59 - freedreno/a3xx: fix color inversion on mem->gmem restore
D7.0.2.rst38 - Fixed a GLU matrix inversion bug (#6748)
D9.2.5.rst82 - swrast: fix readback regression since inversion fix
D10.0.1.rst76 - swrast: fix readback regression since inversion fix
/third_party/iptables/extensions/
Dlibxt_TOS.man35 aformentioned kernels forgo the inversion which breaks \-\-set\-tos and its
/third_party/openGLES/extensions/AMD/
DAMD_shader_stencil_value_export.txt44 operations such as inversion or incrementation, this reference value may be
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_stencil_value_export.txt44 operations such as inversion or incrementation, this reference value may be
/third_party/python/Grammar/
Dpython.gram594 | a=inversion b=('and' c=inversion { c })+ { _PyAST_BoolOp(
598 | inversion
599 inversion[expr_ty] (memo):
600 | 'not' a=inversion { _PyAST_UnaryOp(Not, a, EXTRA) }
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_clip_control.txt303 We note that Direct3D is different in two ways: clip Y inversion
860 last shader in the graphics pipeline. The Y inversion could be
934 Because of the Y inversion from (a), vertices in Direct3D with a Y NDC
939 inversion in the Direct3D viewport transformation, rendering a
988 thing to note is that the inversion changes the orientation of
995 Note that a similar inversion technique can be used to implement
/third_party/openGLES/extensions/ARB/
DARB_clip_control.txt313 We note that Direct3D is different in two ways: clip Y inversion
870 last shader in the graphics pipeline. The Y inversion could be
944 Because of the Y inversion from (a), vertices in Direct3D with a Y NDC
949 inversion in the Direct3D viewport transformation, rendering a
998 thing to note is that the inversion changes the orientation of
1005 Note that a similar inversion technique can be used to implement
/third_party/boost/libs/beast/doc/qbk/03_core/
D7b_detect_ssl.qbk101 but with the inversion of flow that characterizes code written in the
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp1939 bool inversion(Vertex* prev, Vertex* next, Edge* origEdge, Comparator& c) { in inversion() function
2051 if (!inversion(innerVertices.fTail, innerVertex1, prevEdge, c)) { in stroke_boundary()
2054 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in stroke_boundary()
2068 if (!inversion(innerVertices.fTail, innerVertex, prevEdge, c)) { in stroke_boundary()
2071 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in stroke_boundary()
2084 if (!inversion(innerVertices.fTail, innerVertices.fHead, prevEdge, c)) { in stroke_boundary()
2087 if (!inversion(outerVertices.fTail, outerVertices.fHead, prevEdge, c)) { in stroke_boundary()
/third_party/boost/libs/math/doc/distributions/
Dgeometric.qbk234 This function uses numeric inversion of the geometric distribution
262 This function uses numeric inversion of the geometric distribution

12345