HomeSort by relevance Sort by last modified time
    Searched full:flip (Results 26 - 50 of 263) sorted by null

12 3 4 5 6 7 8 91011

  /external/opencore/codecs_v2/utilities/colorconvert/src/
ccrgb24torgb16.cpp 188 if (disp_prop[6] ^ disp_prop[7]) /* either flip or rotate 180*/
217 if (disp[6]) /* rotate 180 and flip */
311 else /* flip only */
438 if ((disp[6] ^ mIsFlip) == 1) /* rotate 180 and no flip || rotate 0 and with flip */
440 if (disp[6] == 1) /*rotate 180 and no flip */
446 else /* rotate 0 and with flip */
574 if (disp[6] == 1) /* rotate 180 and with flip */
582 { // only scale down, no rotation ,no flip
732 if (((disp[6] == 0) && (mIsFlip == 1)) || ((disp[6] == 1) && (mIsFlip == 0))) /* rotate 180 and no flip || rotate 0 and with flip *
    [all...]
cczoomrotation16.cpp 280 if (disp_prop[6] ^ disp_prop[7]) /* flip and rotate 180*/
312 if (disp[6]) /* rotate 180 and flip */
475 else /* flip only */
1048 if (disp[6])/* rotate 180 and flip */
1059 else // no rotate,no flip
5280 int32 flip; \/\/ ankur local
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 65 // buffer.flip();
UTF16LECharsetDecoderTest.java 67 // buffer.flip();
  /external/skia/include/images/
SkPageFlipper.h 24 you're ready to "flip" pages (i.e. draw into the one you've been
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
IOUtil.java 137 chars.flip();
191 bytes.flip();
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 33 * requested, can automatically flip between each child at a regular interval.
143 * Internal method to start or stop dispatching flip {@link Message} based
  /hardware/libhardware/include/hardware/
copybit.h 72 /* flip source image horizontally */
74 /* flip source image vertically */
overlay.h 60 /* flip source image horizontally */
62 /* flip source image vertically */
  /external/stlport/stlport/stl/
_bitset.h 407 // for b[i].flip();
408 reference& flip() { function in struct:bitset::reference
479 // Versions of single-bit set, reset, flip, test with no range checking.
510 // Set, reset, and flip.
542 bitset<_Nb>& flip() { function in class:bitset
548 bitset<_Nb>& flip(size_t __pos) { function in class:bitset
556 return bitset<_Nb>(*this).flip();
  /development/simulator/app/
PhoneData.h 132 * e.g. a flip phone with a "volume" key on the side. If we include the
212 * One mode of a phone. Simple devices only have one mode. Flip phones
270 * Each device may have multiple "modes", e.g. a flip-phone that can be
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
102 xor eax, 200000h ; Flip ID bit in EFLAGS
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 226 // Flip the y coordinate
251 // Flip the y coordinate
265 // Flip the y coordinate
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java 3127 writeBuf[0].flip(); method
3128 writeBuf[1].flip(); method
3171 writeBuf[0].flip(); method
3172 writeBuf[1].flip(); method
3403 readContents[0].flip(); method
3404 readContents[1].flip(); method
3484 readContents[0].flip(); method
3485 readContents[1].flip(); method
3532 writeContents[0].flip(); method
3533 writeContents[1].flip(); method
3566 writeContents[0].flip(); method
3567 writeContents[1].flip(); method
3627 writeContents[0].flip(); method
3628 writeContents[1].flip(); method
3662 writeContents[0].flip(); method
3663 writeContents[1].flip(); method
    [all...]
ServerSocketChannelTest.java 464 buf.flip();
505 buf.flip();
584 buf.flip();
611 buf.flip();
686 buf.flip();
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 73 * space. Later, we'll flip the params to the end of the register
  /development/simulator/app/assets/samsung-flip-2005/
layout.xml 6 <title>Samsung Flip Phone</title>
  /external/kernel-headers/original/asm-arm/
dma.h 44 /* Clear the 'DMA Pointer Flip Flop'.
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 111 // Scale the target surface to the new image size, and flip it
  /external/webkit/WebKit/chromium/src/mac/
WebScreenInfoFactory.mm 58 NSMaxY([screenForWindow(destination) frame]) - (userRect.origin.y + userRect.size.height); // flip
  /packages/apps/IM/src/com/android/im/imps/
SmsSplitter.java 94 mOutBuffer.flip();
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 537 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, 0 );
539 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, 0 );
944 int rtn = surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, 0);
950 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
954 return surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, DSFLIP_WAITFORSYNC);
992 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
1047 HIDDEN->c2frame->Flip(HIDDEN->c2frame, NULL, DSFLIP_WAITFORSYNC);
1050 surface->Flip (surface, &region, DSFLIP_WAITFORSYNC);
  /external/webkit/WebKit/mac/Carbon/
HIViewAdapter.m 112 // Flip rect here and convert to region
156 // Flip rect here and convert to region
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 137 encodedBytes.flip();
144 decodedChars.flip();
  /external/jpeg/
usage.doc 435 -flip horizontal Mirror image horizontally (left-right).
436 -flip vertical Mirror image vertically (top-bottom).
450 transformation set. As stated, transpose is able to flip the entire image
452 untouched, but is able to flip all rows of the image. Similarly, vertical
454 able to flip all columns. The other transforms can be built up as sequences
455 of transpose and flip operations; for consistency, their actions on edge
457 transpose-and-flip sequence.

Completed in 155 milliseconds

12 3 4 5 6 7 8 91011