Searched defs:mat (Results 1 – 4 of 4) sorted by relevance
28 class mat; variable140 mat() { } in mat() function141 mat(const mat& rhs) : base(rhs) { } in mat() function142 mat(const base& rhs) : base(rhs) { } // NOLINT(implicit) in mat() function148 mat(pTYPE rhs) { // NOLINT(implicit) in mat() function267 mat() { } in mat() function268 explicit mat(const base& rhs) : base(rhs) { } in mat() function269 mat(const mat& rhs) : base(rhs) { } in mat() function270 explicit mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); } in mat() function
136 float[] mat = brightnessMatrix.getArray(); in getDisabledColorFilter() local
213 float[] mat = TMP_BRIGHTNESS_COLOR_MATRIX.getArray(); in updateThumbnailPaintFilter() local
301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()