Home
last modified time | relevance | path

Searched defs:m14 (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.hpp159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix() argument
H A DMatrix.cpp277 float Matrix::det(float m11, float m12, float m13, float m14, in det() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbitfield-32bit-overflow.h17 char m14 : 1; member
/third_party/skia/include/effects/
H A DSkColorMatrix.h23 SkColorMatrix(float m00, float m01, float m02, float m03, float m04, float m10, float m11, float m12, float m13, float m14, float m20, float m21, float m22, float m23, float m24, float m30, float m31, float m32, float m33, float m34) SkColorMatrix() argument
/third_party/skia/modules/androidkit/src/
H A DMatrix.cpp14 Matrix_Create(JNIEnv* env, jobject, jfloat m0, jfloat m4, jfloat m8, jfloat m12, jfloat m1, jfloat m5, jfloat m9, jfloat m13, jfloat m2, jfloat m6, jfloat m10, jfloat m14, jfloat m3, jfloat m7, jfloat m11, jfloat m15) Matrix_Create() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbitfield-32bit-overflow.rs297 pub fn m14(&self) -> ::std::os::raw::c_char { in m14() functions
/third_party/python/Modules/_blake2/impl/
H A Dblake2b.c316 const uint64_t m14 = ( ( uint64_t * )block )[14]; in blake2b_compress() local
H A Dblake2s.c301 const uint32_t m14 = ( ( uint32_t * )block )[14]; in blake2s_compress() local
/third_party/skia/include/core/
H A DSkM44.h168 SkM44(SkScalar m0, SkScalar m4, SkScalar m8, SkScalar m12, SkScalar m1, SkScalar m5, SkScalar m9, SkScalar m13, SkScalar m2, SkScalar m6, SkScalar m10, SkScalar m14, SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) SkM44() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DMatrix.java31 Matrix(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) Matrix() argument
194 nCreate(float m0, float m4, float m8, float m12, float m1, float m5, float m9, float m13, float m2, float m6, float m10, float m14, float m3, float m7, float m11, float m15) nCreate() argument

Completed in 8 milliseconds