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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
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...]
RecordingContextCanvasProxy.h 33 class PlatformGraphicsContextRecording;
37 RecordingContextCanvasProxy(PlatformGraphicsContextRecording* pgc)
97 PlatformGraphicsContextRecording* m_pgc;
PlatformGraphicsContextRecording.h 63 class PlatformGraphicsContextRecording : public PlatformGraphicsContext {
65 PlatformGraphicsContextRecording(Recording* picture);
66 virtual ~PlatformGraphicsContextRecording();
PlatformGraphicsContext.h 200 friend class PlatformGraphicsContextRecording;
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 43 #include "PlatformGraphicsContextRecording.h"
312 WebCore::PlatformGraphicsContextRecording pgc(picture);
  /external/webkit/Source/WebCore/
Android.mk 647 platform/graphics/android/context/PlatformGraphicsContextRecording.cpp \
    [all...]

Completed in 953 milliseconds