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"
67 // PlatformGraphicsContextSkia
70 PlatformGraphicsContextSkia::PlatformGraphicsContextSkia(SkCanvas* canvas,
79 PlatformGraphicsContextSkia::~PlatformGraphicsContextSkia()
85 bool PlatformGraphicsContextSkia::isPaintingDisabled()
94 void PlatformGraphicsContextSkia::beginTransparencyLayer(float opacity)
100 void PlatformGraphicsContextSkia::endTransparencyLayer(
    [all...]

Completed in 18 milliseconds