HomeSort by relevance Sort by last modified time
    Searched refs:flipped (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
custom_button.h 45 void set_flipped(bool flipped) { flipped_ = flipped; }
86 // Whether the button is flipped horizontally. Not used for RTL (we get
87 // flipped versions from the theme provider). Used for the flipped window
163 void set_flipped(bool flipped) { button_base_.set_flipped(flipped); }
  /external/webkit/Source/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
DragImageMac.mm 192 // Safari doesn't flip the NSGraphicsContext before calling WebKit, yet WebCore requires a flipped graphics context.
193 BOOL flipped = [nsContext isFlipped];
194 if (!flipped)
207 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));
209 if (!flipped)
WidgetMac.mm 296 // Set up the translation and (flipped) orientation of the graphics context. In normal drawing, AppKit does it as it descends down
311 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
370 // These are here to deal with flipped coords on Mac.
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 168 etc1_uint32 low, bool second, bool flipped) {
172 if (flipped) {
180 if (flipped) {
228 bool flipped = (high & 1) != 0; local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
248 etc1_byte* pColors, bool flipped, bool second) {
253 if (flipped) {
336 etc_compressed* pCompressed, bool flipped, bool second,
339 if (flipped) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 168 etc1_uint32 low, bool second, bool flipped) {
172 if (flipped) {
180 if (flipped) {
228 bool flipped = (high & 1) != 0; local
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
248 etc1_byte* pColors, bool flipped, bool second) {
253 if (flipped) {
336 etc_compressed* pCompressed, bool flipped, bool second,
339 if (flipped) {
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorBlend.java 127 boolean flipped = (flag & NoiseGenerator.TEX_FLIPBLEND) != 0;
133 if (flipped) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 139 void setGeometryFlipped(bool flipped) { m_geometryFlipped = flipped; setNeedsCommit(); }
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 87 // Safari doesn't flip the NSGraphicsContext before calling WebKit, yet WebCore requires a flipped graphics context.
88 BOOL flipped = [nsContext isFlipped];
89 if (!flipped)
102 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));
104 if (!flipped)
  /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/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 96 [[NSGraphicsContext graphicsContextWithGraphicsPort:platformContext() flipped:YES]
WebLayer.mm 61 NSGraphicsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTMac.mm 169 NSGraphicsContext* nsGraphicsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:canvas flipped:YES];
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 202 flipped:YES];
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 85 [NSGraphicsContext setCurrentContext:[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES]];
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 156 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:NO];
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 189 fldws 4($bp),${fbi} ; bp[0] in flipped word order
309 fldws 0($bp),${fbi} ; bp[1] in flipped word order
439 ldi 12,$ti0 ; bp[i] in flipped word order
524 std $ti0,-8($tp) ; save flipped value
530 extrd,u $ti0,31,32,$ti0 ; carry in flipped word order
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 215 flipped:YES];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 448 State flipped = mConfiguration.getNextDeviceState(state); local
449 if (flipped != state) {
450 selectDeviceState(flipped);
    [all...]

Completed in 1020 milliseconds