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

  /external/webkit/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 39 NSGraphicsContext* newContext = [NSGraphicsContext graphicsContextWithGraphicsPort:graphicsContext->platformContext() flipped:YES];
WidgetMac.mm 223 // Set up the translation and (flipped) orientation of the graphics context. In normal drawing, AppKit does it as it descends down
233 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:cgContext flipped:YES];
291 // These are here to deal with flipped coords on Mac.
  /frameworks/base/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...]
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 82 // Safari doesn't flip the NSGraphicsContext before calling WebKit, yet WebCore requires a flipped graphics context.
83 BOOL flipped = [nsContext isFlipped];
84 if (!flipped)
98 webCoreFont.drawText(&graphicsContext, run, FloatPoint(point.x, (flipped ? point.y : (-1 * point.y))));
100 if (!flipped)
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 103 [[NSGraphicsContext graphicsContextWithGraphicsPort:platformContext() flipped:YES]
WebLayer.mm 59 NSGraphicsContext* layerContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:YES];
MediaPlayerPrivateQTKit.mm 769 // Captions will be rendered upside down unless we flag the movie as flipped (again). See <rdar://7408440>.
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.h 223 void setGeometryFlipped(bool flipped) { CACFLayerSetGeometryFlipped(layer(), flipped); setNeedsCommit(); } local
  /external/webkit/WebKit/android/nav/
SelectText.cpp 787 bool flipped() { function in class:BuilderCheck
788 DBG_NAV_LOGD("flipped=%s", mCapture ? "true" : "false");
848 int endBase, const SkIRect& area, bool flipped)
853 mFlipped = flipped;
854 if (flipped)
1068 bool flipped = builder.flipped(); local
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 202 flipped:YES];
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 146 NSGraphicsContext *nsContext = [NSGraphicsContext graphicsContextWithGraphicsPort:context flipped:NO];
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 215 flipped:YES];

Completed in 120 milliseconds