OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setToOrtho2D
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/
Matrix4.java
627
public Matrix4
setToOrtho2D
(float x, float y, float width, float height) {
642
public Matrix4
setToOrtho2D
(float x, float y, float width, float height, float near, float far) {
[
all
...]
/external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix4.java
549
public Matrix4
setToOrtho2D
(float x, float y, float width, float height) {
564
public Matrix4
setToOrtho2D
(float x, float y, float width, float height, float near, float far) {
[
all
...]
Completed in 1185 milliseconds