/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Matrix.cpp | 22 Matrix Matrix::diag(float m11, float m22, float m33, float m44) in diag() 257 float Matrix::det(float m11) in det() 262 float Matrix::det(float m11, float m12, in det() 268 float Matrix::det(float m11, float m12, float m13, in det() 277 float Matrix::det(float m11, float m12, float m13, float m14, in det()
|
D | Matrix.hpp | 147 inline Matrix::Matrix(float m11, float m12, float m13, in Matrix() 159 inline Matrix::Matrix(float m11, float m12, float m13, float m14, in Matrix()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 1240 float determinant2(float m00, float m01, float m10, float m11) in determinant2() 1246 float m10, float m11, float m12, in determinant3() 1255 float m10, float m11, float m12, float m13, in determinant4() 1323 float m11 = unionArray[3].getFConst(); in CreateInverse() local 1336 float m11 = unionArray[4].getFConst(); in CreateInverse() local 1359 float m11 = unionArray[5].getFConst(); in CreateInverse() local
|
/third_party/mesa3d/src/intel/common/ |
D | intel_guardband.h | 29 float m00, float m11, float m30, float m31, in intel_calculate_guardband_size()
|
/third_party/skia/include/effects/ |
D | SkColorMatrix.h | 24 float m10, float m11, float m12, float m13, float m14, in SkColorMatrix()
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Matrix.java | 34 float m3, float m7, float m11, float m15) { in Matrix() 197 float m3, float m7, float m11, float m15); in nCreate()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | bitfield-32bit-overflow.h | 14 char m11 : 1; member
|
/third_party/ffmpeg/libavfilter/ |
D | colorspace.c | 30 m10 = in[1][0], m11 = in[1][1], m12 = in[1][2], in ff_matrix_invert_3x3() local
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Matrix.cpp | 43 float m11, in Matrix4()
|
/third_party/skia/modules/androidkit/src/ |
D | Matrix.cpp | 17 jfloat m3, jfloat m7, jfloat m11, jfloat m15) { in Matrix_Create()
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2s.c | 298 const uint32_t m11 = ( ( uint32_t * )block )[11]; in blake2s_compress() local
|
D | blake2b.c | 313 const uint64_t m11 = ( ( uint64_t * )block )[11]; in blake2b_compress() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | bitfield-32bit-overflow.rs | 258 pub fn m11(&self) -> ::std::os::raw::c_char { in m11() method 626 let m11: u8 = unsafe { ::std::mem::transmute(m11) }; localVariable
|
/third_party/skia/include/core/ |
D | SkM44.h | 171 SkScalar m3, SkScalar m7, SkScalar m11, SkScalar m15) in SkM44()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 658 def __init__(self, m00, m01, m10, m11): argument 662 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 668 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
|
/third_party/skia/src/core/ |
D | SkMatrix.cpp | 127 int m11 = SkScalarAs2sCompliment(fMat[SkMatrix::kMScaleY]); in computeTypeMask() local 1824 const SkScalar m11 = m00; in toQuad() local 1839 const SkScalar m11 = m00; in toTriStrip() local
|
/third_party/typescript/tests/baselines/reference/ |
D | nodeModules1(module=node16).js | 412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
|
D | nodeModules1(module=nodenext).js | 412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
|
D | nodeModulesAllowJs1(module=nodenext).js | 412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
|
D | nodeModulesAllowJs1(module=node16).js | 412 const m11 = __importStar(require("./subfolder2/another/index.mjs")); constant
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils.cpp | 39 float m11, in Mat4()
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 39 float m11 = 1; float m12 = 2; float m13 = 3; field
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | genutil.py | 807 def __init__(self, m00, m01, m10, m11): argument 811 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 817 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 805 def __init__(self, m00, m01, m10, m11): argument 809 def __init__(self, m00, m01, m02, m10, m11, m12, m20, m21, m22): argument 815 def __init__(self, m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33): argument
|
/third_party/skia/tests/ |
D | MatrixTest.cpp | 890 SkScalar m00, m01, m10, m11; in DEF_TEST() member
|