HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 501 - 525 of 1001) sorted by null

<<21222324252627282930>>

  /external/skia/src/core/
SkBitmap_scroll.cpp 87 // now invert rowbytes so we copy backwards in the loop
SkFP.h 72 #define SkFPInvert(x) SkFloat::Invert(x)
  /external/webkit/Source/WebCore/platform/efl/
PlatformWheelEventEfl.cpp 56 // to invert the value.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FullscreenToolView.java 63 matrix.invert(photoMatrix);
  /system/core/fastboot/
fastboot.h 46 void fb_queue_require(const char *prod, const char *var, int invert,
  /system/core/libpixelflinger/
col32cb16blend.S 45 rsb r5, r5, #256 // invert alpha
col32cb16blend_neon.S 64 vsub.u16 q3, q15, q3 // invert alpha
121 rsb r5, r5, #256 // invert alpha
  /external/iproute2/
README.distribution 45 easiest simply to create a table for F and "invert" it. Here, we give
61 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
  /external/iproute2/netem/
README.distribution 47 easiest simply to create a table for F and "invert" it. Here, we give
63 4. Invert the table: for each table entry F(x) = y, make the y*TABLESIZE
  /external/iptables/extensions/
libxt_cluster.c 59 if (cb->invert)
64 if (cb->invert)
libxt_devgroup.c 74 if (cb->invert)
98 if (cb->invert)
libxt_limit.c 103 if (cb->invert)
105 "limit does not support invert");
  /external/iptables/iptables/
xshared.c 117 xtables_option_tpcall(cs->c, cs->argv, cs->invert,
131 xtables_option_mpcall(cs->c, cs->argv, cs->invert, m, &cs->fw);
  /external/skia/samplecode/
SampleSkLayer.cpp 13 if (mat.invert(&inv)) {
16 SkDebugf("--- invert failed\n");
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 117 return src->invert(dst);
165 ASSIGN(i, invert);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.0 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
  /development/testrunner/
adb_interface.py 379 self._WaitForShellCommandContents("ps", name, wait_time, invert=True)
382 raise_abort=True, invert=False):
395 invert: if True, wait until the command output no longer contains the
410 if ((not invert and expected in output)
411 or (invert and expected not in output)):
  /external/iptables/include/
xtables.h 142 * @invert: whether option was used with !
151 bool invert; member in struct:xt_option_call
233 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
298 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
423 int xtables_check_inverse(const char option[], int *invert,
xtables.h.in 142 * @invert: whether option was used with !
151 bool invert;
233 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
298 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
423 int xtables_check_inverse(const char option[], int *invert,
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 313 bool checkCharacterClass(CharacterClass* characterClass, bool invert, int inputPosition)
316 return invert ? !match : match;
373 return term.invert() ? !wordBoundary : wordBoundary;
442 if (!checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition + matchAmount))
451 if (!checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition - 1)) {
491 if (checkCharacterClass(term.atom.characterClass, term.invert(), term.inputPosition - 1))
801 if (term.invert()) {
815 if (term.invert()) {
1583 bool invert = m_bodyDisjunction->terms[beginTerm].invert(); local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 172 // Negative height means invert the image.
299 // Negative height means invert the image.
332 // Negative height means invert the image.
406 // Negative height means invert the image.
615 // Negative height means invert the image.
967 // Negative height means invert the image.
1014 // Negative height means invert the image.
1062 // Negative height means invert the image.
    [all...]
  /external/iproute2/tc/
m_xt_old.c 126 check_inverse(const char option[], int *invert, int *my_optind, int argc)
129 if (*invert)
132 *invert = TRUE;
  /external/srec/tools/make_cfst/
make_cfst.cpp 28 #include "fst/lib/invert.h"
231 printf("invert\n");
232 fst::Invert(&myCfst);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapMesh.java 74 mMatrix.invert(mInverse);

Completed in 1232 milliseconds

<<21222324252627282930>>