HomeSort by relevance Sort by last modified time
    Searched defs:platformContext (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.h 147 PlatformGraphicsContext* platformContext() const { return m_drawContext ? m_drawContext->platformContext() : 0; }
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 78 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 64 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 245 if (context->platformContext()->getTextDrawingMode() != cTextFill)
257 if (context->platformContext()->getDrawLooper() && (!windowsCanHandleDrawTextShadow(context)))
309 PlatformContextSkia* platformContext = context->platformContext();
310 int textMode = platformContext->getTextDrawingMode();
314 platformContext->setupPaintForFilling(&paint);
319 if (!skiaDrawText(hfont, dc, platformContext->canvas(), *origin, &paint,
327 && platformContext->getStrokeStyle() != NoStroke
328 && platformContext->getStrokeThickness() > 0) {
331 platformContext->setupPaintForStroking(&paint, 0, 0)
    [all...]
GraphicsContextSkia.cpp 226 setPaintingDisabled(!gc || !platformContext()->canvas());
235 PlatformGraphicsContext* GraphicsContext::platformContext() const
249 platformContext()->save();
258 platformContext()->restore();
270 platformContext()->canvas()->saveLayerAlpha(
281 platformContext()->canvas()->restore();
305 platformContext()->clipPathAntiAliased(path);
312 platformContext()->addPath(*path.platformPath());
319 platformContext()->beginPath();
326 platformContext()->setDrawLooper(0)
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 138 PlatformGraphicsContext* GraphicsContext::platformContext() const
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 813 return new KRenderingDeviceContextQuartz(platformContext());
910 PlatformGraphicsContext* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 163 cairo_t* cr = context->platformContext();
181 cairo_t* shadowContext = shadowBuffer->context()->platformContext();
213 cairo_t* cr = platformContext();
219 cairo_t* GraphicsContext::platformContext() const
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 163 CGContextRef GraphicsContext::platformContext() const
174 CGContextSaveGState(platformContext());
182 CGContextRestoreGState(platformContext());
195 CGContextRef context = platformContext();
270 CGContextRef context = platformContext();
345 CGContextRef context = platformContext();
360 CGContextRef context = platformContext();
451 CGContextRef context = platformContext();
470 CGContextRef cgContext = platformContext();
485 CGContextRef cgContext = platformContext();
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 277 PlatformGraphicsContext* GraphicsContext::platformContext() const
284 QTransform matrix(platformContext()->combinedTransform());
    [all...]

Completed in 54 milliseconds