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

  /frameworks/base/libs/hwui/
Snapshot.cpp 132 void Snapshot::resetTransform(float x, float y, float z) {
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Group.java 54 * {@link #drawChildren(Batch, float)}, then {@link #resetTransform(Batch)} if needed. */
58 if (transform) resetTransform(batch);
61 /** Draws all children. {@link #applyTransform(Batch, Matrix4)} should be called before and {@link #resetTransform(Batch)}
140 if (transform) resetTransform(shapes);
143 /** Draws all children. {@link #applyTransform(Batch, Matrix4)} should be called before and {@link #resetTransform(Batch)}
201 * be flushed. {@link #resetTransform(Batch)} will restore the transform to what it was before this call. */
209 protected void resetTransform (Batch batch) {
214 * shape renderer to be flushed. {@link #resetTransform(ShapeRenderer)} will restore the transform to what it was before this
223 protected void resetTransform (ShapeRenderer shapes) {
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 573 void resetTransform() {
    [all...]

Completed in 52 milliseconds