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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 173 class RecordingState {
175 RecordingState(CanvasState* state, const RecordingState* parent)
183 RecordingState(const RecordingState& other)
209 Vector<RecordingState> mRecordingStateStack;
PlatformGraphicsContextRecording.cpp 955 RecordingState* parent = mRecordingStateStack.isEmpty() ? 0 : &(mRecordingStateStack.last());
956 mRecordingStateStack.append(RecordingState(canvasState, parent));
962 RecordingState state = mRecordingStateStack.last();
    [all...]

Completed in 32 milliseconds