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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.h 33 class PlatformGraphicsContextSkia : public PlatformGraphicsContext {
35 PlatformGraphicsContextSkia(SkCanvas* canvas, bool takeCanvasOwnership = false);
36 virtual ~PlatformGraphicsContextSkia();
PlatformGraphicsContextSkia.cpp 1 #define LOG_TAG "PlatformGraphicsContextSkia"
5 #include "PlatformGraphicsContextSkia.h"
66 // PlatformGraphicsContextSkia
69 PlatformGraphicsContextSkia::PlatformGraphicsContextSkia(SkCanvas* canvas,
78 PlatformGraphicsContextSkia::~PlatformGraphicsContextSkia()
84 bool PlatformGraphicsContextSkia::isPaintingDisabled()
93 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity)
99 void PlatformGraphicsContextSkia::endTransparencyLayer(
    [all...]

Completed in 40 milliseconds