HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 326 - 350 of 593) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/assembler/
ARMAssembler.cpp 200 ARMWord ARMAssembler::getImm(ARMWord imm, int tmpReg, bool invert)
211 if (invert)
  /frameworks/base/opengl/libs/GLES_CM/
glext_api.in 136 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
137 CALL_GL_API(glSampleCoveragexOES, value, invert);
  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 479 method = "invert",
487 assertTrue(mMatrix.invert(matrix));
494 result = mMatrix.invert(null);
709 mMatrix.invert(matrix);
  /development/ndk/platforms/android-5/arch-arm/lib/
libGLESv2.so 
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 553 public void glSampleCoverage(float value, boolean invert) {
554 mgl.glSampleCoverage(value, invert);
557 public void glSampleCoveragex(int value, boolean invert) {
558 mgl.glSampleCoveragex(value, invert);
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 68 int invert; local
79 invert = key[0] == '!';
80 key += invert;
84 if (invert)
  /external/dropbear/libtommath/
bn_fast_mp_invmod.c 39 /* x == modulus, y == value to invert */
  /external/iptables/extensions/
libip6t_CONNMARK.c 68 parse(int c, char **argv, int invert, unsigned int *flags,
libipt_CONNMARK.c 68 parse(int c, char **argv, int invert, unsigned int *flags,
libipt_ECN.c 49 parse(int c, char **argv, int invert, unsigned int *flags,
  /external/libvpx/examples/includes/geshi/geshi/
avisynth.php 77 'ImageReader', 'ImageSource', 'ImageWriter', 'Invert', 'Interleave', 'Info',
  /external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
SDL_sysjoystick.c 124 temp=ReadJoyPort(joystick->index^1); // fix to invert amiga joyports
  /external/skia/src/core/
SkFloat.h 112 static int32_t Invert(int32_t);
SkShader.cpp 102 if (m->invert(&fTotalInverse)) {
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 448 void Generator::generateCharacterClass(JumpList& failures, const CharacterClass& charClass, bool invert)
452 if (invert)
551 void Generator::generateAssertionWordBoundary(JumpList& failures, bool invert)
584 if (invert) {
WRECParser.h 87 bool parseCharacterClassQuantifier(JumpList& failures, const CharacterClass& charClass, bool invert);
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 82 // So, we must invert the CTM for the context so that drawing commands will be flipped
  /external/webkit/WebCore/rendering/
EllipsisBox.cpp 86 // If the text color ends up being the same as the selection background, invert the selection
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 156 invert
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 682 public void glSampleCoverage(float value, boolean invert) {
684 mgl.glSampleCoverage(value, invert);
688 public void glSampleCoveragex(int value, boolean invert) {
690 mgl.glSampleCoveragex(value, invert);
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libGLESv2.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libGLESv2.so 
  /system/core/fastboot/
fastboot.c 344 int invert = 0; local
348 invert = 1;
351 invert = 0;
383 fb_queue_require(name, invert, n, out);
  /external/libxml2/
xmlschemastypes.c 3540 int invert = 1; local
    [all...]

Completed in 3075 milliseconds

<<11121314151617181920>>