OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCanvasState
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h
176
:
mCanvasState
(state)
184
:
mCanvasState
(other.
mCanvasState
)
203
CanvasState*
mCanvasState
;
PlatformGraphicsContextRecording.cpp
538
CanvasState* parent = mRecordingStateStack.last().
mCanvasState
;
551
CanvasState* parent = mRecordingStateStack.last().
mCanvasState
;
967
state.
mCanvasState
, state.
mCanvasState
->isTransparencyLayer());
968
mRecording->recording()->removeCanvasState(state.
mCanvasState
);
969
state.
mCanvasState
->~CanvasState();
970
heap()->rewindIfLastAlloc(state.
mCanvasState
, sizeof(CanvasState));
973
state.
mCanvasState
, state.
mCanvasState
->isTransparencyLayer());
[
all
...]
Completed in 143 milliseconds