| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| OrientationMenuAction.java | 70 State flip = configuration.getNextDeviceState(current); local 71 String flipName = flip != null ? flip.getName() : current.getName(); 73 String.format("Switch to %1$s", flipName), flip, false, true)); 163 State state, boolean checked, boolean flip) { 171 setImageDescriptor(configuration.getOrientationImage(orientation, flip));
|
| /external/jpeg/ |
| jpegtran.1 | 74 .B \-flip horizontal 77 .B \-flip vertical 103 transformation set. As stated, transpose is able to flip the entire image 105 untouched, but is able to flip all rows of the image. Similarly, vertical 107 able to flip all columns. The other transforms can be built up as sequences 108 of transpose and flip operations; for consistency, their actions on edge 110 transpose-and-flip sequence.
|
| transupp.h | 42 JXFORM_FLIP_H, /* horizontal flip */ 43 JXFORM_FLIP_V, /* vertical flip */ 56 * no padding is possible at the top and left edges. If we were to flip 65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs 81 * thing as the rotate/flip transformations, but it's convenient to handle it
|
| /external/qemu/distrib/jpeg-6b/ |
| jpegtran.1 | 74 .B \-flip horizontal 77 .B \-flip vertical 103 transformation set. As stated, transpose is able to flip the entire image 105 untouched, but is able to flip all rows of the image. Similarly, vertical 107 able to flip all columns. The other transforms can be built up as sequences 108 of transpose and flip operations; for consistency, their actions on edge 110 transpose-and-flip sequence.
|
| transupp.h | 42 JXFORM_FLIP_H, /* horizontal flip */ 43 JXFORM_FLIP_V, /* vertical flip */ 56 * no padding is possible at the top and left edges. If we were to flip 65 * right and bottom edges completely cleanly. flip_h can flip partial iMCUs 81 * thing as the rotate/flip transformations, but it's convenient to handle it
|
| /external/guava/guava/src/com/google/common/primitives/ |
| UnsignedInts.java | 50 static int flip(int value) { method in class:UnsignedInts 64 return Ints.compare(flip(a), flip(b)); 84 int min = flip(array[0]); 86 int next = flip(array[i]); 91 return flip(min); 104 int max = flip(array[0]); 106 int next = flip(array[i]); 111 return flip(max);
|
| /external/chromium_org/chromeos/ime/ |
| xkeyboard_unittest.cc | 125 // Flip both. 132 // Flip Caps Lock. 142 // Flip both. 149 // Flip Num Lock. 157 // Flip both to restore the initial state.
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| AABoxCollisionVolume.java | 73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, 75 final float left = getMinXPosition(flip) + position.x; 76 final float right = getMaxXPosition(flip) + position.x; 77 final float bottom = getMinYPosition(flip) + position.y; 78 final float top = getMaxYPosition(flip) + position.y;
|
| /frameworks/base/core/java/android/util/ |
| DayOfMonthCursor.java | 31 * mind about when to flip the month, we can change it here only. 106 // flip back to previous month, same column, first position within month 126 // flip to next month, same column, first position within month 152 // need to flip to last day of previous month 177 // need to flip to first day of next month
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| DayOfMonthCursor.java | 33 * mind about when to flip the month, we can change it here only. 108 // flip back to previous month, same column, first position within month 128 // flip to next month, same column, first position within month 154 // need to flip to last day of previous month 179 // need to flip to first day of next month
|
| /packages/apps/Gallery2/jni/filters/ |
| geometry.c | 51 __inline__ void flip_fun(int flip, char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight){ 52 int horiz = (flip & 1) != 0; 53 int vert = (flip & 2) != 0; 130 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint flip) { 138 flip_fun(flip, source, srcWidth, srcHeight, destination, dstWidth, dstHeight);
|
| /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
| TGALoader.java | 85 boolean flip = ((TextureKey)info.getKey()).isFlipY(); 89 Image img = load(in, flip); 104 * @param flip 105 * Flip the image vertically 112 public static Image load(InputStream in, boolean flip) throws IOException { 153 if ((imageDescriptor & 32) != 0) // bit 5 : if 1, flip top/bottom ordering 154 flip = !flip; 155 if ((imageDescriptor & 16) != 0) // bit 4 : if 1, flip left/right ordering 222 if (!flip) [all...] |
| /external/chromium_org/third_party/skia/src/core/ |
| SkQuadClipper.cpp | 61 /* If we somehow returned the fact that we had to flip the pts in Y, we could 62 communicate that to setQuadratic, and then avoid having to flip it back 63 here (only to have setQuadratic do the flip again)
|
| /external/skia/src/core/ |
| SkQuadClipper.cpp | 61 /* If we somehow returned the fact that we had to flip the pts in Y, we could 62 communicate that to setQuadratic, and then avoid having to flip it back 63 here (only to have setQuadratic do the flip again)
|
| /frameworks/base/core/java/android/widget/ |
| AdapterViewFlipper.java | 36 * requested, can automatically flip between each child at a regular interval. 130 * Returns the flip interval, in milliseconds. 132 * @return the flip interval in milliseconds 145 * @param flipInterval flip interval in milliseconds 204 * Internal method to start or stop dispatching flip {@link Message} based 214 * Internal method to start or stop dispatching flip {@link Message} based
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
| bitset | 109 flip() 114 _Base_ref::flip(); 215 flip() 217 _Base::flip(); 222 flip(size_t __pos) 224 _Base::flip(__pos);
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
| bitset | 109 flip() 114 _Base_ref::flip(); 215 flip() 217 _Base::flip(); 222 flip(size_t __pos) 224 _Base::flip(__pos);
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
| bitset | 109 flip() 114 _Base_ref::flip(); 215 flip() 217 _Base::flip(); 222 flip(size_t __pos) 224 _Base::flip(__pos);
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
| bitset | 109 flip() 114 _Base_ref::flip(); 215 flip() 217 _Base::flip(); 222 flip(size_t __pos) 224 _Base::flip(__pos);
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
| bitset | 109 flip() 114 _Base_ref::flip(); 215 flip() 217 _Base::flip(); 222 flip(size_t __pos) 224 _Base::flip(__pos);
|
| /external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
| AndroidImageInfo.java | 89 // Flip the image, then delete the old one. 97 throw new IOException("Failed to flip image: " + texKey);
|
| /external/jmonkeyengine/engine/src/core/com/jme3/util/ |
| PlaceholderAssets.java | 44 tempData.put(imageData).flip(); 67 bb.put((byte)0).flip();
|
| /external/jmonkeyengine/engine/src/desktop/com/jme3/util/ |
| Screenshots.java | 24 // // flip the components the way AWT likes them 50 // flip the components the way AWT likes them
|
| /external/llvm/unittests/ADT/ |
| BitVectorTest.cpp | 55 Inv.flip(); 65 Vec.flip(); 119 Vec.flip(60); 122 Vec.flip(60); 133 Vec.flip(); 144 Vec.flip(); 160 Vec.flip(); 168 Inv = TypeParam().flip();
|
| /external/qemu/distrib/sdl-1.2.15/test/ |
| testwin.c | 22 int speedy, int flip, int nofade) 125 if ( flip ) { 238 int speedy, flip, nofade; local 248 flip = 0; 332 if ( strcmp(argv[1], "-flip") == 0 ) { 359 flip = 1; 368 DrawPict(screen, argv[1], speedy, flip, nofade); 372 DrawPict(screen, argv[1], speedy, flip, nofade);
|