HomeSort by relevance Sort by last modified time
    Searched full:flipped (Results 76 - 100 of 330) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 416 * @return The new data flipped by the Y axis
552 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); local
553 buffer.put(flipped);
696 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); local
697 flipped.rewind();
698 buffer.put(flipped);
722 * For cubemaps, each of the cubemap faces is flipped individually.
  /external/chromium/chrome/browser/automation/
testing_automation_provider_mac.mm 92 // Move rect to reflect flipped coordinate system.
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 122 IOSurfaceDrawQuad::FLIPPED);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.h 53 UnknownContext, // FIXME: Remove this once we've flipped over to the new API.
  /external/chromium_org/ui/gfx/range/
range.h 99 // is_reversed(), the range will get flipped when converted to an NSRange.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 74 * @param flipCoords If true, the texture coordinates will be flipped
  /external/kernel-headers/original/mtd/
mtd-abi.h 29 #define MTD_BIT_WRITEABLE 0x800 /* Single bits can be flipped */
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h 80 // automatically flipped in RTL locales. The |delegate| will be notified when
228 // flipped in RTL. If there's not enough screen space for the given
  /external/chromium_org/ui/gfx/
blit.cc 70 bool flipped = fabs(transform.d + 1) < 0.0001;
71 CGFloat delta_y = flipped ? CGBitmapContextGetHeight(src_context) -