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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextPlatformPrivate.h 35 class PlatformContextSkia;
39 // This class just holds onto a PlatformContextSkia for GraphicsContext.
43 GraphicsContextPlatformPrivate(PlatformContextSkia* platformContext)
46 PlatformContextSkia* context() { return m_context; }
50 PlatformContextSkia* m_context;
PlatformContextSkia.cpp 33 #include "PlatformContextSkia.h"
77 struct PlatformContextSkia::State {
123 PlatformContextSkia::State cloneInheritedProperties();
130 PlatformContextSkia::State::State()
152 PlatformContextSkia::State::State(const State& other)
182 PlatformContextSkia::State::~State()
191 PlatformContextSkia::State PlatformContextSkia::State::cloneInheritedProperties()
193 PlatformContextSkia::State state(*this);
201 SkColor PlatformContextSkia::State::applyAlpha(SkColor c) cons
    [all...]
SkiaFontWin.h 43 class PlatformContextSkia;
PlatformContextSkia.h 70 class PlatformContextSkia {
71 WTF_MAKE_NONCOPYABLE(PlatformContextSkia);
75 PlatformContextSkia(SkCanvas*);
76 ~PlatformContextSkia();
SkiaFontWin.cpp 35 #include "PlatformContextSkia.h"
281 PlatformContextSkia* platformContext,
360 PlatformContextSkia* platformContext = context->platformContext();
ImageSkia.cpp 42 #include "PlatformContextSkia.h"
70 static ResamplingMode computeResamplingMode(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, int srcWidth, int srcHeight, float destWidth, float destHeight)
259 static void paintSkBitmap(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, const SkIRect& srcRect, const SkRect& destRect, const SkXfermode::Mode& compOp)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageBufferDataSkia.h 31 #include "PlatformContextSkia.h"
42 PlatformContextSkia m_platformContext;
PlatformCanvas.h 51 class PlatformContextSkia;
90 OwnPtr<PlatformContextSkia> m_skiaContext;
PlatformCanvas.cpp 34 #include "PlatformContextSkia.h"
93 m_skiaContext = adoptPtr(new PlatformContextSkia(canvas->m_skiaCanvas.get()));
LayerRendererChromium.h 192 OwnPtr<PlatformContextSkia> m_rootLayerSkiaContext;
FontLinux.cpp 40 #include "PlatformContextSkia.h"
70 static void adjustTextRenderMode(SkPaint* paint, PlatformContextSkia* skiaContext)
  /external/webkit/Source/WebKit/chromium/src/painting/
GraphicsContextBuilder.h 39 #include "PlatformContextSkia.h"
74 WebCore::PlatformContextSkia m_platformContext;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 87 class PlatformContextSkia;
89 typedef WebCore::PlatformContextSkia PlatformGraphicsContext;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 80 #include "PlatformContextSkia.h"
    [all...]

Completed in 98 milliseconds