/external/chromium/chrome/browser/ui/gtk/ |
D | custom_button.h | 45 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/ |
D | image_utils_unittest.mm | 11 // 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
|
D | page_info_bubble_controller.mm | 54 // 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.
|
D | page_info_bubble_controller_unittest.mm | 70 // The window's only immediate child is an invisible view that has a flipped
|
D | menu_button.mm | 112 // is flipped, and that frame should be in our coordinates.) The y/height is
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitNSStringExtras.mm | 87 … 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/ |
D | TextureGeneratorBlend.java | 127 boolean flipped = (flag & NoiseGenerator.TEX_FLIPBLEND) != 0; in generate() 133 if (flipped) { in generate()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | DragImageMac.mm | 192 … 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)
|
D | PlatformMouseEventMac.mm | 90 … // 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.
|
D | LocalCurrentGraphicsContext.mm | 39 …[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
|
D | WidgetMac.mm | 296 …// 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.
|
D | ThemeMac.mm | 39 // 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/ |
D | DDSLoader.java | 552 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/ |
D | LayerChromium.h | 139 void setGeometryFlipped(bool flipped) { m_geometryFlipped = flipped; setNeedsCommit(); } in setGeometryFlipped() argument
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | web_drop_target.mm | 37 // 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/ |
D | ftraster.c | 1799 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/ |
D | libxt_connbytes.man | 17 is flipped.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | PluginProxyMac.mm | 40 // Create a layer with flipped geometry and add the real plug-in layer as a sublayer
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | IconMac.mm | 34 // Need this because WebCore uses AppKit's flipped coordinate system exclusively.
|
D | WebLayer.mm | 61 …icsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field.mm | 116 BOOL flipped = [self isFlipped]; 117 if (NSMouseInRect(location, textFrame, flipped) || 118 !NSMouseInRect(location, fullFrame, flipped)) {
|
D | autocomplete_text_field_cell.mm | 286 const BOOL flipped = [controlView isFlipped]; 297 if (NSMouseInRect(location, decorationFrames[i], flipped))
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
D | WebFullScreenManagerMac.mm | 201 // 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/ |
D | testing_automation_provider_mac.mm | 92 // Move rect to reflect flipped coordinate system.
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeEngineDRTMac.mm | 169 …ontext* nsGraphicsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:canvas flipped:YES];
|