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

  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextPlatformPrivate.h 36 class PlatformContextSkia;
40 // 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 36 #include "PlatformContextSkia.h"
59 struct PlatformContextSkia::State {
109 PlatformContextSkia::State::State()
129 PlatformContextSkia::State::State(const State& other)
158 PlatformContextSkia::State::~State()
166 SkColor PlatformContextSkia::State::applyAlpha(SkColor c) const
178 // PlatformContextSkia ---------------------------------------------------------
181 PlatformContextSkia::PlatformContextSkia(skia::PlatformCanvas* canvas)
191 PlatformContextSkia::~PlatformContextSkia(
    [all...]
SkiaFontWin.h 40 class PlatformContextSkia;
PlatformContextSkia.h 63 class PlatformContextSkia : public Noncopyable {
67 PlatformContextSkia(skia::PlatformCanvas*);
68 ~PlatformContextSkia();
ImageSkia.cpp 42 #include "PlatformContextSkia.h"
218 static void paintSkBitmap(PlatformContextSkia* platformContext, const NativeImageSkia& bitmap, const SkIRect& srcRect, const SkRect& destRect, const SkXfermode::Mode& compOp)
SkiaFontWin.cpp 35 #include "PlatformContextSkia.h"
309 PlatformContextSkia* platformContext = context->platformContext();
  /external/webkit/WebCore/platform/graphics/chromium/
ImageBufferData.h 34 #include "PlatformContextSkia.h"
45 PlatformContextSkia m_platformContext;
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 38 #include "PlatformContextSkia.h"
166 PlatformContextSkia context(canvas);
167 // PlatformGraphicsContext is actually a pointer to PlatformContextSkia.
WebFrameImpl.cpp 103 #include "PlatformContextSkia.h"
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 81 typedef class PlatformContextSkia PlatformGraphicsContext;

Completed in 1515 milliseconds