/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_utils.h | 146 MTLWinding GetFontfaceWinding(GLenum frontFaceMode, bool invert);
|
/third_party/skia/src/effects/ |
H A D | Sk2DPathEffect.cpp | 19 // Calling invert will set the type mask on both matrices, making them thread safe. in Sk2DPathEffect() 20 fMatrixIsInvertible = fMatrix.invert(&fInverse); in Sk2DPathEffect()
|
/third_party/skia/src/shaders/ |
H A D | SkLocalMatrixShader.cpp | 183 if (!fCTM.invert(&ctmInv)) { in asFragmentProcessor()
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGTransform.cpp | 103 if (!TransformPriv::As<T>(fT).invert(&fInverted)) {
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc1.c | 103 uint8_t invert, *planep = data; in bitplane_decoding() local 109 invert = get_bits1(gb); in bitplane_decoding() 116 *raw_flag = 1; //invert ignored in bitplane_decoding() 117 return invert; in bitplane_decoding() 206 planep[0] ^= invert; in bitplane_decoding() 213 if (planep[x-1] != planep[x-stride]) planep[x] ^= invert; in bitplane_decoding() 217 } else if (invert) { in bitplane_decoding() 222 return (imode << 1) + invert; in bitplane_decoding()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 278 static BOOL invert = FALSE; variable 485 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" }, 1831 invert if there was a non-fatal error 1903 return invert; /* No more matching; don't show the line again */ in match_patterns() 2759 if (match != invert) in pcre2grep() 2806 If we are in invert mode, however, nothing is printed and we do not restart in pcre2grep() 2811 if (!invert) in pcre2grep() 3003 if ((multiline || do_colour) && !invert) in pcre2grep() 3118 if (multiline && invert && match) in pcre2grep() 3609 case 'v': invert in handle_option() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom.c | 162 unsigned char invert; /* if 1, pa bit set => clear feature */ member 223 if (bit ^ fp->invert) { in scan_features()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0299.c | 573 if (state->config->invert) invval = (~invval) & 1; in stv0299_set_frontend() 610 if (state->config->invert) invval = (~invval) & 1; in stv0299_get_frontend()
|
H A D | stv0297.c | 431 if (state->config->invert) in stv0297_set_frontend() 617 if (state->config->invert) in stv0297_get_frontend()
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 275 .invert = 0, 308 .invert = 1,
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | ttusb2.c | 489 .invert = 0, 496 .invert = 0,
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | ttusb2.c | 489 .invert = 0, 496 .invert = 0,
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0297.c | 431 if (state->config->invert) in stv0297_set_frontend() 617 if (state->config->invert) in stv0297_get_frontend()
|
H A D | stv0299.c | 574 if (state->config->invert) invval = (~invval) & 1; in stv0299_set_frontend() 611 if (state->config->invert) invval = (~invval) & 1; in stv0299_get_frontend()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm_dmc620_pmu.c | 215 GEN_PMU_FORMAT_ATTR(invert); variable 284 ATTR_CFG_GET_FLD(attr, invert)); in dmc620_event_to_counter_control()
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 275 .invert = 0, 308 .invert = 1,
|
/third_party/qrcodegen/rust-no-heap/src/ |
H A D | lib.rs | 686 let invert: bool = { in apply_mask() 702 self.get_module_bounded(x, y) ^ invert); in apply_mask()
|
/third_party/skia/src/core/ |
H A D | SkDraw_vertices.cpp | 169 if (!m.invert(&im)) { in update() 527 if (!ctm.invert(&ctmInv)) { in drawVertices()
|
H A D | SkM44.cpp | 249 bool SkM44::invert(SkM44* inverse) const { in invert() function in SkM44 354 if (!SkM44::Cols(v4(s, 0), v4(s.cross(f), 0), v4(-f, 0), v4(eye, 1)).invert(&m)) { in LookAt()
|
/third_party/skia/src/gpu/ops/ |
H A D | DefaultPathRenderer.cpp | 726 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) { in internalDrawPath() 729 if (!viewMatrix.invert(&localMatrix)) { in internalDrawPath()
|
/third_party/skia/tests/ |
H A D | M44Test.cpp | 33 REPORTER_ASSERT(reporter, m.invert(&im)); in DEF_TEST() 63 REPORTER_ASSERT(reporter, m.invert(&im)); in DEF_TEST()
|
/third_party/python/Lib/test/ |
H A D | test_peepholer.py | 85 for line, cmp_op, invert in ( 93 self.assertInBytecode(code, cmp_op, invert) 308 ('~-2', 1), # unary invert
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 689 .invert = 0, 826 .invert = 0, 837 .invert = 1, 1017 .invert = 0, 1023 .invert = 0,
|
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 689 .invert = 0, 826 .invert = 0, 837 .invert = 1, 1017 .invert = 0, 1023 .invert = 0,
|
/third_party/backends/backend/ |
H A D | qcam.c | 588 /* invert Nibble3 */ in qc_readbytes() 914 int shift, invert; in reader_process() local 921 invert = 16; in reader_process() 926 invert = 63; in reader_process() 944 if (val > 0 || invert != 16) in reader_process() 945 val = invert - val; in reader_process()
|