HomeSort by relevance Sort by last modified time
    Searched full:flip (Results 201 - 225 of 1048) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/aura/
reflector_impl.cc 151 // Flip the coordinates to compositor's one.
  /external/chromium_org/content/child/npapi/
plugin_instance_mac.mm 80 // Plugin offsets are upper-left based, so flip vertically for Cocoa.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_flipy.txt 19 This extension adds the ability to vertically flip texture image data when
  /external/chromium_org/media/base/
yuv_convert.h 31 // Mirror means flip the image horizontally, as in looking in a mirror.
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 40 # Flip the dictionary (map tuple of filenames -> license text).
  /external/chromium_org/printing/
print_settings.h 108 // Updates the orientation and flip the page if needed.
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 48 // Flip a coin to randomize backoff interval by +/- 50%.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageOrientation.h 64 // Values 5 through 8 all flip the width/height.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_framebuffer.c 176 float flip = -1.0; local
185 float fy = flip * viewport->scale[1] * -1.0 + viewport->translate[1];
187 float fh = flip * viewport->scale[1] * 2;
338 * less than zmin. Detect that case, flip the depth range and
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_cs.h 60 /* We flip between these two CS. While one is being consumed
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.h 123 bool flip,
  /external/chromium_org/ui/base/accelerators/
accelerator_manager.cc 63 // We've are taking the priority accelerator away, flip the priority flag.
  /external/clang/test/Analysis/
uninit-vals-ps-region.m 71 // The flip side of PR10163 -- float arrays that are actually uninitialized
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 129 // Check for constant subtraction and flip it to be addition
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitAllocator.java 73 * space. Later, we'll flip the params to the end of the register
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 119 combinedData.flip();
  /external/kernel-headers/original/asm-arm/
dma.h 44 /* Clear the 'DMA Pointer Flip Flop'.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cfdg.php 57 'r','rotate','f','flip','skew','xml_set_object'
freebasic.php 59 "extern", "field", "fix", "flip", "for", "fre", "freefile", "function", "get",
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_framebuffer.c 176 float flip = -1.0; local
185 float fy = flip * viewport->scale[1] * -1.0 + viewport->translate[1];
187 float fh = flip * viewport->scale[1] * 2;
338 * less than zmin. Detect that case, flip the depth range and
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.h 60 /* We flip between these two CS. While one is being consumed
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 123 bool flip,
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetVideoMode.3 33 Enable hardware double buffering; only valid with SDL_HWSURFACE\&. Calling \fI\fBSDL_Flip\fP\fR will flip the buffers and update the screen\&. All drawing will take place on the surface that is not displayed at the moment\&. If double buffering could not be enabled then \fBSDL_Flip\fP will just perform a \fI\fBSDL_UpdateRect\fP\fR on the entire screen\&.
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.h 150 //preview flip
152 //video flip
154 //snapshot picture flip
332 //Values for flip settings
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16CharsetDecoderTest.java 111 // buffer.flip();

Completed in 1939 milliseconds

1 2 3 4 5 6 7 891011>>