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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 129 class CanvasState {
131 CanvasState(CanvasState* parent)
136 CanvasState(CanvasState* parent, float opacity)
142 ~CanvasState() {
149 bool isParentOf(CanvasState* other) {
172 CanvasState* parent() { return m_parent; }
203 CanvasState *m_parent;
248 void addCanvasState(CanvasState* state)
    [all...]
PlatformGraphicsContextRecording.h 43 class CanvasState;
161 void pushStateOperation(CanvasState* canvasState);
175 RecordingState(CanvasState* state, const RecordingState* parent)
203 CanvasState* mCanvasState;
GraphicsOperation.h 59 class CanvasState;
80 CanvasState* m_canvasState;

Completed in 103 milliseconds