Searched refs:invert (Results 101 - 125 of 420) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTimeRanges.cpp64 void TimeRanges::invert() function in class:TimeRanges
96 invertedOther->invert();
98 invert();
100 invert();
/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DMatrix.h31 static Matrix4 invert(const Matrix4 &mat);
/external/chromium_org/third_party/skia/bench/
H A DMatrix44Bench.cpp115 : INHERITED("invert")
139 fM0.invert(&fM1);
171 fM0.invert(&fM1);
198 fM0.invert(&fM1);
220 fM0.invert(&fM1);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFormXObject.cpp34 // We invert the initial transform and apply that to the xobject so that
39 if (!device->initialTransform().invert(&inverse)) {
H A DSkPDFGraphicState.h61 * @param invert Indicates if the alpha of the sMask should be inverted.
65 bool invert,
/external/chromium_org/v8/src/compiler/
H A Djs-typed-lowering.cc86 Reduction ChangeToPureOperator(const Operator* op, bool invert = false) {
101 if (invert) {
102 // Insert an boolean not to invert the value.
357 Reduction JSTypedLowering::ReduceJSEqual(Node* node, bool invert) { argument
361 return r.ChangeToPureOperator(simplified()->NumberEqual(), invert);
364 return r.ChangeToPureOperator(simplified()->StringEqual(), invert);
368 simplified()->ReferenceEqual(Type::Receiver()), invert);
377 Reduction JSTypedLowering::ReduceJSStrictEqual(Node* node, bool invert) { argument
382 return ReplaceEagerly(node, invert ? jsgraph()->FalseConstant()
390 return ReplaceEagerly(node, invert
[all...]
/external/iptables/extensions/
H A Dlibip6t_icmp6.c159 if (cb->invert)
165 int invert,
179 invert ? "!" : "",
185 if (invert)
163 print_icmpv6type(uint8_t type, uint8_t code_min, uint8_t code_max, int invert, int numeric) argument
H A Dlibipt_icmp.c184 if (cb->invert)
190 int invert,
204 invert ? "!" : "",
210 if (invert)
188 print_icmptype(uint8_t type, uint8_t code_min, uint8_t code_max, int invert, int numeric) argument
H A Dlibxt_addrtype.c109 if (cb->invert)
114 if (cb->invert)
128 if (cb->invert)
133 if (cb->invert)
H A Dlibxt_quota.c49 if (cb->invert)
H A Dlibxt_u32.c112 data->invert = cb->invert;
249 if (data->invert)
257 if (data->invert)
H A Dlibxt_sctp.c248 sctp_parse(int c, char **argv, int invert, unsigned int *flags, argument
261 if (invert)
272 if (invert)
288 if (invert)
321 int invert, int numeric)
323 const char *inv = invert ? "!" : "";
325 if (min != 0 || max != 0xFFFF || invert) {
320 print_ports(const char *name, uint16_t min, uint16_t max, int invert, int numeric) argument
/external/iptables/iptables/
H A Dxshared.h56 int invert; member in struct:iptables_command_state
/external/openfst/src/include/fst/
H A Depsnormalize.h30 #include <fst/invert.h>
/external/skia/bench/
H A DMatrix44Bench.cpp115 : INHERITED("invert")
139 fM0.invert(&fM1);
171 fM0.invert(&fM1);
198 fM0.invert(&fM1);
220 fM0.invert(&fM1);
/external/skia/src/pdf/
H A DSkPDFFormXObject.cpp34 // We invert the initial transform and apply that to the xobject so that
39 if (!device->initialTransform().invert(&inverse)) {
H A DSkPDFGraphicState.h61 * @param invert Indicates if the alpha of the sMask should be inverted.
65 bool invert,
/external/stressapptest/src/
H A Dpattern.h56 bool invert,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddebug.c241 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert)
255 int yy = invert ? (height - 1 - y) : y;
566 GLboolean invert = GL_TRUE; local
569 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
572 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
575 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
578 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
588 write_ppm(filename, buf, w, h, 4, 0, 1, 2, invert);
599 write_ppm(filename, buf, w, h, 1, 0, 0, 0, invert);
240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) argument
/external/mesa3d/src/mesa/main/
H A Ddebug.c241 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert)
255 int yy = invert ? (height - 1 - y) : y;
566 GLboolean invert = GL_TRUE; local
569 write_ppm(filename, image, w, h, 4, 0, 1, 2, invert);
572 write_ppm(filename, image, w, h, 4, 2, 1, 0, invert);
575 write_ppm(filename, image, w, h, 2, 1, 0, 0, invert);
578 write_ppm(filename, image, w, h, 1, 0, 0, 0, invert);
588 write_ppm(filename, buf, w, h, 4, 0, 1, 2, invert);
599 write_ppm(filename, buf, w, h, 1, 0, 0, 0, invert);
240 write_ppm(const char *filename, const GLubyte *buffer, int width, int height, int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) argument
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dbitset.cpp75 void invert(int64_t *k) const { function in struct:BMPBitHash
153 bitHash->invert(bits);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPaint.h193 if (!computed && !newToOld.invert(&oldToNew)) {
201 if (!computed && !newToOld.invert(&oldToNew)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp17 fMatrixIsInvertible = mat.invert(&fInverse);
79 fMatrixIsInvertible = fMatrix.invert(&fInverse);
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmessage_util.cc31 const char kInvertSwitch[] = "invert";
102 bool invert = cmd->HasSwitch(kInvertSwitch); local
136 if (valid != invert) {
/external/chromium_org/v8/test/webkit/
H A Dcomparison-operators-greater.js26 function makeTest(start, end, expression, relationship, override, invert) {
28 if (invert)

Completed in 7280 milliseconds

1234567891011>>