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

  /frameworks/base/libs/hwui/
CanvasState.cpp 19 #include "CanvasState.h"
26 CanvasState::CanvasState(CanvasStateClient& renderer)
37 CanvasState::~CanvasState() {
41 void CanvasState::initializeSaveStack(float clipLeft, float clipTop,
51 void CanvasState::setViewport(int width, int height) {
75 int CanvasState::saveSnapshot(int flags) {
80 int CanvasState::save(int flags) {
87 void CanvasState::restoreSnapshot()
    [all...]
CanvasState.h 30 * Abstract base class for any class containing CanvasState.
62 * Renderer interface. Drawing and recording classes that include a CanvasState will have
70 * through state operations to CanvasState, so that not only will querying operations work
74 class ANDROID_API CanvasState {
76 CanvasState(CanvasStateClient& renderer);
77 ~CanvasState();
170 CanvasState();
190 }; // class CanvasState
Android.common.mk 37 CanvasState.cpp \
DisplayListCanvas.h 29 #include "CanvasState.h"
243 CanvasState mState;
OpenGLRenderer.h 20 #include "CanvasState.h"
536 CanvasState mState;
    [all...]

Completed in 144 milliseconds