Home
last modified time | relevance | path

Searched refs:mat4x4_ortho (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/examples/
Dsimple.c146 mat4x4_ortho(p, -ratio, ratio, -1.f, 1.f, 1.f, -1.f); in main()
/third_party/flutter/glfw/deps/
Dlinmath.h341 static inline void mat4x4_ortho(mat4x4 M, float l, float r, float b, float t, float n, float f) in mat4x4_ortho() function