Searched defs:mat (Results 1 – 2 of 2) 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) { } in mat() function148 mat(pTYPE rhs) { in mat() function267 mat() { } in mat() function268 mat(const base& rhs) : base(rhs) { } in mat() function269 mat(const mat& rhs) : base(rhs) { } in mat() function270 mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); } in mat() function
192 float[] mat = TMP_BRIGHTNESS_COLOR_MATRIX.getArray(); in updateThumbnailPaintFilter() local