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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/chromeos/
user_images_grid.js 499 this.previewElement.classList.toggle('flip-x');
501 // Flip current still photo.
601 * Frame to flip.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 130 indices.flip = face > 0;
165 indices.flip = true;
204 indices.flip = true;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 494 bool flip = endOne == endTwo; variable
495 linkOne[ndxOne] = flip ? ~ndxTwo : ndxTwo;
496 linkTwo[ndxTwo] = flip ? ~ndxOne : ndxOne;
  /external/llvm/include/llvm/ADT/
BitVector.h 235 // Set, reset, flip
313 BitVector &flip() { function in class:llvm::BitVector
320 BitVector &flip(unsigned Idx) { function in class:llvm::BitVector
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 130 indices.flip = face > 0;
165 indices.flip = true;
204 indices.flip = true;
  /external/skia/src/pathops/
SkPathOpsCommon.cpp 494 bool flip = endOne == endTwo; variable
495 linkOne[ndxOne] = flip ? ~ndxTwo : ndxTwo;
496 linkTwo[ndxTwo] = flip ? ~ndxOne : ndxOne;
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 50 * Purpose: Endian flip a DWORD for big-endian processors
71 * Purpose: Endian flip a WORD for big-endian processors
92 * Purpose: Endian flip the wave header for big-endian processors
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 1202 uint32_t flip; member in struct:__anon33186
1255 uint32_t flip; \/* 0 means no flip *\/ member in struct:__anon33193
    [all...]
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 80 // Shader to translate the flip-flop FBO - gBuffer[1-current] -> gBuffer[current]
82 // Shader to add warped current frame to the flip-flop FBO - gBuffer[current]
84 // Off-screen FBOs (flip-flop) to store the result of gWarper1 & gWarper2
  /packages/apps/Camera2/jni/
mosaic_renderer_jni.cpp 80 // Shader to translate the flip-flop FBO - gBuffer[1-current] -> gBuffer[current]
82 // Shader to add warped current frame to the flip-flop FBO - gBuffer[current]
84 // Off-screen FBOs (flip-flop) to store the result of gWarper1 & gWarper2
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 80 // Shader to translate the flip-flop FBO - gBuffer[1-current] -> gBuffer[current]
82 // Shader to add warped current frame to the flip-flop FBO - gBuffer[current]
84 // Off-screen FBOs (flip-flop) to store the result of gWarper1 & gWarper2
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java     [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 56 // Width in pixels of the area on the sides that triggers a page flip.
59 // Delay in milliseconds to do the page flip.
1001 // Any flip operations are stopped.
    [all...]
  /external/jpeg/
transupp.c 68 /* Horizontal flip; done in-place, so no separate dest array is required */
118 /* Vertical flip */
129 * is a pretty straightforward analog of horizontal flip.
  /external/qemu/distrib/jpeg-6b/
transupp.c 68 /* Horizontal flip; done in-place, so no separate dest array is required */
118 /* Vertical flip */
129 * is a pretty straightforward analog of horizontal flip.
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 60 * The error triggered flag starts out as false, and it will flip to true if any errors
  /cts/tests/tests/media/src/android/media/cts/
TextureRender.java 270 // may want to flip the image vertically here.
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 266 packet.put((byte) 0).put(mSharedSecret).flip();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 42 * for example, because it has to constantly flip back and forth between
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 43 * for example, because it has to constantly flip back and forth between
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 38 * for example, because it has to constantly flip back and forth between
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 199 * around the incoming literal. Just flip the quotes and replace

Completed in 1959 milliseconds

<<11121314151617181920>>