Home
last modified time | relevance | path

Searched refs:flipped (Results 1 – 25 of 70) sorted by relevance

123

/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.h45 void set_flipped(bool flipped) { flipped_ = flipped; } in set_flipped() argument
163 void set_flipped(bool flipped) { button_base_.set_flipped(flipped); } in set_flipped() argument
/external/chromium/chrome/browser/ui/cocoa/
Dimage_utils_unittest.mm11 // Determine whether the view is flipped.
124 // When not flipped, both drawing methods return the same data.
130 // When flipped, there's only a difference when the context flip is
Dpage_info_bubble_controller.mm54 // bubble's window's contentView. Drawing is flipped so that layout of the
224 // flipped origin. This allows the code to build top-to-bottom.
272 // Create the dummy view that uses flipped coordinates.
Dpage_info_bubble_controller_unittest.mm70 // The window's only immediate child is an invisible view that has a flipped
Dmenu_button.mm112 // is flipped, and that frame should be in our coordinates.) The y/height is
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm87 … 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/blender/com/jme3/scene/plugins/blender/textures/
DTextureGeneratorBlend.java127 boolean flipped = (flag & NoiseGenerator.TEX_FLIPBLEND) != 0; in generate()
133 if (flipped) { in generate()
/external/webkit/Source/WebCore/platform/mac/
DDragImageMac.mm192 … 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)
DPlatformMouseEventMac.mm90 … // Note: This will have its origin at the bottom left of the window unless windowView is flipped.
91 // In those cases, the Y coordinate gets flipped by Widget::convertFromContainingWindow.
DLocalCurrentGraphicsContext.mm39 …[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
DWidgetMac.mm296 …// Set up the translation and (flipped) orientation of the graphics context. In normal drawing, Ap…
311 …hicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
370 // These are here to deal with flipped coords on Mac.
DThemeMac.mm39 // This is a view whose sole purpose is to tell AppKit that it's flipped.
556 …ave an NSView, we will return a fake NSView whose sole purpose is to tell AppKit that it's flipped.
562 // Use a fake flipped view.
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDDSLoader.java552 ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); in readDXT2D() local
553 buffer.put(flipped); in readDXT2D()
696 … ByteBuffer flipped = DXTFlipper.flipDXT(wrapped, mipWidth, mipHeight, pixelFormat); in readDXT3D() local
697 flipped.rewind(); in readDXT3D()
698 buffer.put(flipped); in readDXT3D()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h139 void setGeometryFlipped(bool flipped) { m_geometryFlipped = flipped; setNeedsCommit(); } in setGeometryFlipped() argument
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_drop_target.mm37 // flipped point in the coordinate system of |view|.
48 // flipped point in screen coordinates.
95 // is in window coordinates. Both need to be flipped.
184 // is in window coordinates. Both need to be flipped.
/external/freetype/src/raster/
Dftraster.c1799 int flipped ) in Decompose_Curve() argument
1821 if ( flipped ) in Decompose_Curve()
1885 if ( flipped ) in Decompose_Curve()
1897 if ( flipped ) in Decompose_Curve()
1914 if ( flipped ) in Decompose_Curve()
1963 if ( flipped ) in Decompose_Curve()
1974 if ( flipped ) in Decompose_Curve()
2021 Convert_Glyph( RAS_ARGS int flipped ) in Convert_Glyph() argument
2053 flipped ) ) in Convert_Glyph()
3172 Render_Single_Pass( RAS_ARGS Bool flipped ) in Render_Single_Pass() argument
[all …]
/external/iptables/extensions/
Dlibxt_connbytes.man17 is flipped.
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DPluginProxyMac.mm40 // Create a layer with flipped geometry and add the real plug-in layer as a sublayer
/external/webkit/Source/WebCore/platform/graphics/mac/
DIconMac.mm34 // Need this because WebCore uses AppKit's flipped coordinate system exclusively.
DWebLayer.mm61 …icsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field.mm116 BOOL flipped = [self isFlipped];
117 if (NSMouseInRect(location, textFrame, flipped) ||
118 !NSMouseInRect(location, fullFrame, flipped)) {
Dautocomplete_text_field_cell.mm286 const BOOL flipped = [controlView isFlipped];
297 if (NSMouseInRect(location, decorationFrames[i], flipped))
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
DWebFullScreenManagerMac.mm201 // Drawing is flipped here, and so much be the translation transformation
251 // Drawing is flipped here, and so must be the translation transformation
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_mac.mm92 // Move rect to reflect flipped coordinate system.
/external/webkit/Tools/DumpRenderTree/chromium/
DWebThemeEngineDRTMac.mm169 …ontext* nsGraphicsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:canvas flipped:YES];

123