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

  /frameworks/base/libs/hwui/
CanvasState.h 150 inline const mat4* currentTransform() const { return currentSnapshot()->transform; }
151 inline const Rect& currentClipRect() const { return currentSnapshot()->getClipRect(); }
152 inline Region* currentRegion() const { return currentSnapshot()->region; }
153 inline int currentFlags() const { return currentSnapshot()->flags; }
154 const Vector3& currentLightCenter() const { return currentSnapshot()->getRelativeLightCenter(); }
155 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); }
156 int getViewportWidth() const { return currentSnapshot()->getViewportWidth(); }
157 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); }
160 bool clipIsSimple() const { return currentSnapshot()->clipIsSimple(); }
162 inline const Snapshot* currentSnapshot() const
    [all...]
OpenGLRenderer.h 843 inline const Snapshot* currentSnapshot() const { return mState.currentSnapshot(); }
    [all...]

Completed in 452 milliseconds