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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 251 #define FLIP(Y) (ctx->DrawBuffer->Height - (Y) - 1)
345 pwfb->ScanWidth * FLIP(y) +
404 FLIP(y) + 1,
406 FLIP(y) - height + 1);
416 #undef FLIP
424 #define FLIP(Y) (rb->Height - (Y) - 1)
455 y=FLIP(y);
504 y=FLIP(y);
528 SetPixel(pwc->hDC, x[i], FLIP(y[i]),
545 y = FLIP(y)
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 251 #define FLIP(Y) (ctx->DrawBuffer->Height - (Y) - 1)
345 pwfb->ScanWidth * FLIP(y) +
404 FLIP(y) + 1,
406 FLIP(y) - height + 1);
416 #undef FLIP
424 #define FLIP(Y) (rb->Height - (Y) - 1)
455 y=FLIP(y);
504 y=FLIP(y);
528 SetPixel(pwc->hDC, x[i], FLIP(y[i]),
545 y = FLIP(y)
    [all...]
  /development/samples/ApiDemos/res/layout/
rotating_list.xml 23 android:text="Flip"
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.html 18 <button id="flip-photo" class="custom-appearance"></button>
  /external/chromium_org/chrome/browser/ui/
browser_win.cc 40 // Tell the metro_driver to flip our window. This causes the current
  /external/chromium_org/third_party/WebKit/ManualTests/
cur-hotspot.html 9 <div style="background:turquoise;cursor:url(resources/cur-hotspot.cur) 0 0, auto; width:200px; height:200px; position:absolute; top:350px; left: 50px;">Mouse cursor should flip erratically, due to incorrect hot spot forced in CSS.</div>
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/shaders/
Blit.vs 30 // Flip Y Vertex Shader
  /external/compiler-rt/lib/arm/
negdf2vfp.S 21 eor r1, r1, #-2147483648 // flip sign bit on double in r0/r1 pair
negsf2vfp.S 21 eor r0, r0, #-2147483648 // flip sign bit on float in r0
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 155 positions.flip();
156 colors.flip();
157 sizes.flip();
158 texcoords.flip();
  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 136 boolean flip = false;
139 flip = true;
148 GameObject object = factory.spawn(mObjectTypeToSpawn, x, y, flip);
159 mWorkingVector.x *= flip ? -mVelocityX : mVelocityX;
  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 48 result.flip();
  /frameworks/base/packages/SystemUI/res/values-sw600dp/
config.xml 35 <!-- Enable the "flip settings" panel -->
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DXTFlipper.java 41 * DXTFlipper is a utility class used to flip along Y axis DXT compressed textures.
81 bb.put(block, 2, 6).flip();
121 bb.get(block, 2, 6).flip();
177 // flip only two top rows
186 // flip first & fourth row
191 // flip second and third row
250 // write block (no need to flip block indexes, only pixels
  /frameworks/base/docs/html/training/animation/
cardflip.jd 1 page.title=Displaying Card Flip Animations
21 <a href="#animate">Animate the Card Flip</a>
36 <p> This lesson shows you how to do a card flip
41 <p>Here's what a card flip looks like:
52 Card flip animation
59 run the sample app and select the Card Flip example. See the following
202 such as two screens of text, two images, or any combination of views to flip between. You'll then
283 Animate the Card Flip
325 with the flip animation at an appropriate time. Create a method to show the other
345 // Flip to the back
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 60 struct Flip;
63 Flop(const Flip&); // expected-note{{candidate constructor}}
65 struct Flip {
68 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLongs.java 58 private static long flip(long a) { method in class:UnsignedLongs
72 return Longs.compare(flip(a), flip(b));
85 long min = flip(array[0]);
87 long next = flip(array[i]);
92 return flip(min);
105 long max = flip(array[0]);
107 long next = flip(array[i]);
112 return flip(max);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
bitset 121 flip()
126 _Base_ref::flip();
243 flip()
245 _Base::flip();
250 flip(size_t __pos)
252 _Base::flip(__pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
bitset 90 flip()
92 _Base_ref::flip();
208 flip()
210 _Base::flip();
215 flip(size_t __pos)
217 _Base::flip(__pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
bitset 121 flip()
126 _Base_ref::flip();
243 flip()
245 _Base::flip();
250 flip(size_t __pos)
252 _Base::flip(__pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
bitset 90 flip()
92 _Base_ref::flip();
208 flip()
210 _Base::flip();
215 flip(size_t __pos)
217 _Base::flip(__pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
bitset 121 flip()
126 _Base_ref::flip();
243 flip()
245 _Base::flip();
250 flip(size_t __pos)
252 _Base::flip(__pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
bitset 90 flip()
92 _Base_ref::flip();
208 flip()
210 _Base::flip();
215 flip(size_t __pos)
217 _Base::flip(__pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
bitset 121 flip() _GLIBCXX_NOEXCEPT
126 _Base_ref::flip();
246 flip() _GLIBCXX_NOEXCEPT
248 _Base::flip();
253 flip(size_t __pos)
255 _Base::flip(__pos);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
bitset 90 flip() _GLIBCXX_NOEXCEPT
92 _Base_ref::flip();
211 flip() _GLIBCXX_NOEXCEPT
213 _Base::flip();
218 flip(size_t __pos)
220 _Base::flip(__pos);

Completed in 1836 milliseconds

1 23 4 5 6 7 8 91011>>