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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 34 class PlatformGraphicsContextRecording : public PlatformGraphicsContext {
36 PlatformGraphicsContextRecording(GraphicsOperationCollection* picture);
37 virtual ~PlatformGraphicsContextRecording() {}
PlatformGraphicsContextRecording.cpp 1 #define LOG_TAG "PlatformGraphicsContextRecording"
5 #include "PlatformGraphicsContextRecording.h"
16 // PlatformGraphicsContextRecording
19 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(GraphicsOperationCollection* picture)
26 bool PlatformGraphicsContextRecording::isPaintingDisabled()
31 SkCanvas* PlatformGraphicsContextRecording::recordingCanvas()
38 void PlatformGraphicsContextRecording::endRecording(int type)
53 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity)
58 void PlatformGraphicsContextRecording::endTransparencyLayer(
    [all...]

Completed in 36 milliseconds