Searched refs:flipped (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
H A DLocalCurrentGraphicsContext.mm39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
H A DDragImageMac.mm192 // 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)
H A DWidgetMac.mm296 // 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.
/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.h45 void set_flipped(bool flipped) { flipped_ = flipped; } argument
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); } argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h139 void setGeometryFlipped(bool flipped) { m_geometryFlipped = flipped; setNeedsCommit(); } argument
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.mm87 // 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/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContextMac.mm96 [[NSGraphicsContext graphicsContextWithGraphicsPort:platformContext() flipped:YES]
H A DWebLayer.mm61 NSGraphicsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
H A DMediaPlayerPrivateQTKit.mm938 // Captions will be rendered upside down unless we flag the movie as flipped (again). See <rdar://7408440>.
1331 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context->platformContext() flipped:NO];
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeEngineDRTMac.mm169 NSGraphicsContext* nsGraphicsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:canvas flipped:YES];
/external/freetype/src/raster/
H A Dftraster.c1782 /* flipped :: If set, flip the direction of the curve. */
1790 int flipped )
1812 if ( flipped )
1876 if ( flipped )
1888 if ( flipped )
1905 if ( flipped )
1954 if ( flipped )
1965 if ( flipped )
2005 /* flipped :: If set, flip the direction of curve. */
2012 Convert_Glyph( RAS_ARGS int flipped )
[all...]
/external/webkit/Source/WebKit/android/nav/
H A DSelectText.cpp985 bool flipped() {
986 DBG_NAV_LOGD("flipped=%s", mCapture ? "true" : "false");
1048 int endBase, const SkIRect& area, bool flipped)
1053 mFlipped = flipped;
1054 if (flipped)
1274 bool flipped = builder.flipped();
1275 if (flipped) {
1281 return flipped;
1306 int endBase, bool flipped)
[all...]
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m202 flipped:YES];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebDragClientMac.mm85 [NSGraphicsContext setCurrentContext:[NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES]];
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm156 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:NO];
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m215 flipped:YES];

Completed in 248 milliseconds