Searched defs:currentSnapshot (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h153 inline const mat4* currentTransform() const { return currentSnapshot()->transform; }
154 inline const Rect& currentRenderTargetClip() const { return currentSnapshot()->getRenderTargetClip(); }
155 inline int currentFlags() const { return currentSnapshot()->flags; }
156 const Vector3& currentLightCenter() const { return currentSnapshot()->getRelativeLightCenter(); }
157 int getViewportWidth() const { return currentSnapshot()->getViewportWidth(); }
158 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); }
161 bool clipIsSimple() const { return currentSnapshot()->clipIsSimple(); }
163 inline const Snapshot* currentSnapshot() const { return mSnapshot; } function in class:android::uirenderer::CanvasState

Completed in 58 milliseconds