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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
canonicalize_branch.ll 3 ; Test an already canonical branch to make sure we don't flip those.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 36 bool flip; member in struct:triangle_list_indices
39 : base(0), flip(false)
45 this->push_back(base + (flip ? c : b));
46 this->push_back(base + (flip ? b : c));
  /external/skia/src/pathops/
SkPathOpsQuad.h 22 SkDQuad flip() const { function in struct:SkDQuad
  /frameworks/base/core/java/android/net/dhcp/
DhcpAckPacket.java 66 result.flip();
DhcpOfferPacket.java 68 result.flip();
DhcpRequestPacket.java 53 result.flip();
  /frameworks/base/docs/html/training/animation/
index.jd 70 <b><a href="cardflip.html">Displaying Card Flip Animations</a></b>
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 79 // changes to the buffer, so no need to flip. Some hardware
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTFCharsetDecoderTest.java 56 buffer.flip();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
index.pass.cpp 50 r.flip();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java 75 mImageMirror.flip();
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
CardFlipActivity.java 34 * Demonstrates a "card-flip" animation using custom fragment transactions ({@link
115 // Flip to the back.
  /device/samsung/manta/recovery/
recovery_updater.c 36 // of the big bootloader, flip the boot flag to that freshly-written
37 // copy, write remaining copy of the big bootloader, then flip the
  /external/chromium/chrome/browser/ui/gtk/
custom_button.h 43 // Flip the image horizontally. Not to be used for RTL/LTR reasons. (In RTL
161 // Flip the image horizontally. Not to be used for RTL/LTR reasons. (In RTL
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 135 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg).
192 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
  /external/chromium_org/chrome/installer/setup/
chrome_frame_quick_enable.cc 143 // accepted for the binaries. If this is the case, we must also flip the
145 // Chrome Frame, and that would be bad. Don't flip the EULA bit for Chrome
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 182 // Flip back the wasScrolledByUser flag which was set to true by setPageScaleFactor
214 // Flip back the wasScrolledByUser flag which was set to true by setPageScaleFactor
  /external/chromium_org/third_party/angle_dx11/extensions/
ANGLE_pack_reverse_row_order.txt 47 effectively allows an application to flip the results of a ReadPixels
53 buffer before calling ReadPixels or perform a flip in software after
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 45 GLboolean flip) \
51 if (flip) { \
56 srcCol = srcWidth - 1 - srcCol; /* flip */ \
144 GLboolean flip);
375 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight)
400 if (flip) {
432 GLvoid *dstBuffer, GLboolean flip, GLfloat rowWeight)
457 if (flip) {
  /external/compiler-rt/lib/
comparedf2.c 71 // Otherwise, both are negative, so we need to flip the sense of the
74 // sign-magnitude representation, then this flip is incorrect).
comparesf2.c 71 // Otherwise, both are negative, so we need to flip the sense of the
74 // sign-magnitude representation, then this flip is incorrect).
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
PFMLoader.java 64 // flip first and fourth bytes
69 // flip second and third bytes
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
MessageProtocol.java 75 buffer.flip();
156 current.flip();
  /external/libyuv/files/source/
rotate_argb.cc 62 // of the buffer and flip the sign of the source stride.
73 // of the buffer and flip the sign of the destination stride.
  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 77 /// flip - Swap SrcReg and DstReg. Return false if swapping is impossible
79 bool flip();

Completed in 1277 milliseconds

1 2 3 4 56 7 8 91011>>