| /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
| GraphicsContext3D.h | [all...] |
| /external/chromium_org/third_party/bintrees/bintrees/ |
| ctrees.c | 321 /* Simple red violation: color flip */ 420 /* Color flip */
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| u_blit.c | 551 /* left-right flip */ 558 /* up-down flip */
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
| image.c | 458 /* Do a row at a time to flip image data vertically */ 590 /* flip the y coordinates */
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| image.c | 45 * Flip the order of the 2 bytes in each word in the given array. 62 * Flip the order of the 4 bytes in each word in the given array.
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
| bitvect.c | 141 #define BIT_VECTOR_FLIP_WORDS(target,flip,count) \ 142 while (count-- > 0) *target++ ^= flip; 656 void BitVector_Flip(wordptr addr) /* X = ~X flip all */ 660 N_word flip = (N_word) ~0L; local 664 BIT_VECTOR_FLIP_WORDS(addr,flip,size) 823 N_word flip = (N_word) ~0L; local 852 *loaddr++ ^= flip; [all...] |
| /external/grub/netboot/ |
| lance.c | 160 #define DMA1_CLEAR_FF_REG 0x0C /* clear pointer flip-flop (w) */ 171 #define DMA2_CLEAR_FF_REG 0xD8 /* clear pointer flip-flop (w) */
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_blit.c | 551 /* left-right flip */ 558 /* up-down flip */
|
| /external/mesa3d/src/gallium/state_trackers/vega/ |
| image.c | 458 /* Do a row at a time to flip image data vertically */ 590 /* flip the y coordinates */
|
| /external/mesa3d/src/mesa/main/ |
| image.c | 45 * Flip the order of the 2 bytes in each word in the given array. 62 * Flip the order of the 4 bytes in each word in the given array.
|
| /external/stlport/stlport/stl/ |
| _bvector.h | 79 void flip() { *_M_p ^= _M_mask; } function in struct:_Bit_reference 806 void flip() { function in class:__BVECTOR_QUALIFIED
|
| /frameworks/base/docs/html/about/versions/ |
| android-3.0-highlights.jd | 190 <p>Home screen widgets are popular with users because they offer fast access to application-specific data directly from the home screen. Android 3.0 lets developers take home screen widgets to the next level, offering more types of content and new modes of interaction with users. Developers can now use more standard UI widget types home screen widgets, including widgets that let users flip through collections of content as 3D stacks, grids, or lists. Users can interact with the home screen widgets in new ways, such as by using touch gestures to scroll and flip the content displayed in a widget. </p>
|
| /frameworks/base/media/mca/effect/java/android/media/effect/ |
| EffectFactory.java | 247 * <td>Whether to flip image vertically.</td> 251 * <td>Whether to flip image horizontally.</td>
|
| /frameworks/native/include/media/openmax/ |
| OMX_IVCommon.h | 364 * Vertical : Vertical mirroring, flip on X axis 365 * Horizontal : Horizontal mirroring, flip on Y axis [all...] |
| /frameworks/native/opengl/libs/ETC1/ |
| etc1.cpp | 46 | base col1 | base col2 | table | table |diff|flip| 61 | base col 1 | dcol 2 | table | table |diff|flip|
|
| /hardware/qcom/media/mm-core/inc/ |
| OMX_IVCommon.h | 334 * Vertical : Vertical mirroring, flip on X axis 335 * Horizontal : Horizontal mirroring, flip on Y axis
|
| /hardware/qcom/media/mm-core/omxcore/inc/ |
| OMX_IVCommon.h | 334 * Vertical : Vertical mirroring, flip on X axis 335 * Horizontal : Horizontal mirroring, flip on Y axis
|
| /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
| OMX_IVCommon.h | 334 * Vertical : Vertical mirroring, flip on X axis 335 * Horizontal : Horizontal mirroring, flip on Y axis
|
| /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
| OMX_IVCommon.h | 334 * Vertical : Vertical mirroring, flip on X axis
335 * Horizontal : Horizontal mirroring, flip on Y axis
[all...] |
| /hardware/ti/omap4xxx/domx/omx_core/inc/ |
| OMX_IVCommon.h | 334 * Vertical : Vertical mirroring, flip on X axis 335 * Horizontal : Horizontal mirroring, flip on Y axis
|
| /libcore/luni/src/main/java/java/nio/charset/ |
| CharsetDecoder.java | 211 output.flip(); 237 output.flip();
|
| CharsetEncoder.java | 287 out.flip(); 306 output.flip();
|
| /libcore/luni/src/main/java/java/util/ |
| BitSet.java | 213 public void flip(int index) { method in class:BitSet 419 public void flip(int fromIndex, int toIndex) { method in class:BitSet
|
| /libcore/luni/src/test/java/libcore/java/nio/ |
| BufferTest.java | 706 b.flip(); 855 mapped.flip();
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _bvector.h | 79 void flip() { *_M_p ^= _M_mask; } function in struct:_Bit_reference 806 void flip() { function in class:__BVECTOR_QUALIFIED
|