Searched refs:mat4x4_ortho (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/glfw/examples/ |
D | simple.c | 146 mat4x4_ortho(p, -ratio, ratio, -1.f, 1.f, 1.f, -1.f); in main()
|
/third_party/flutter/glfw/deps/ |
D | linmath.h | 341 static inline void mat4x4_ortho(mat4x4 M, float l, float r, float b, float t, float n, float f) in mat4x4_ortho() function
|