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 63 class PlatformGraphicsContextRecording : public PlatformGraphicsContext {
65 PlatformGraphicsContextRecording(Recording* picture);
66 virtual ~PlatformGraphicsContextRecording();
PlatformGraphicsContextRecording.cpp 26 #define LOG_TAG "PlatformGraphicsContextRecording"
30 #include "PlatformGraphicsContextRecording.h"
494 // PlatformGraphicsContextRecording
497 PlatformGraphicsContextRecording::PlatformGraphicsContextRecording(Recording* recording)
514 PlatformGraphicsContextRecording::~PlatformGraphicsContextRecording()
521 bool PlatformGraphicsContextRecording::isPaintingDisabled()
526 SkCanvas* PlatformGraphicsContextRecording::recordingCanvas()
536 void PlatformGraphicsContextRecording::beginTransparencyLayer(float opacity
    [all...]

Completed in 18 milliseconds