Home
last modified time | relevance | path

Searched refs:mat3 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat3.hpp31 using mat3 = std::array<double, 9>; typedef
35 void identity(mat3& out);
36 void translate(mat3& out, const mat3& a, double x, double y);
37 void rotate(mat3& out, const mat3& a, double rad);
38 void scale(mat3& out, const mat3& a, double x, double y);
40 void transformMat3f(vec3f& out, const vec3f& a, const mat3& m);
H A Dmat3.cpp30 void identity(mat3& out) { in identity()
42 void translate(mat3& out, const mat3& a, double x, double y) { in translate()
60 void rotate(mat3& out, const mat3& a, double rad) { in rotate()
86 void scale(mat3& out, const mat3& a, double x, double y) { in scale()
98 void transformMat3f(vec3f& out, const vec3f& a, const mat3& m) { in transformMat3f()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dpagecurl.fsh55 vec3 hitPoint(float hitAngle, float yc, vec3 point, mat3 rrotation)
83 vec4 seeThrough(float yc, vec2 p, mat3 rotation, mat3 rrotation)
96 vec4 seeThroughWithShadow(float yc, vec2 p, vec3 point, mat3 rotation, mat3 rrotation)
125 mat3 rotation = mat3(
132 mat3 rrotation = mat3(
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp21 mat3 lightMat; in lightPosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro356 src/mbgl/util/mat3.cpp \