Searched defs:mat (Results 1 – 9 of 9) 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(google-explicit-constructor) in mat() function148 mat(pTYPE rhs) { // NOLINT(google-explicit-constructor) 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
161 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
55 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects()
155 SkMatrix mat; in drawVectorDrawable() local
136 float[] mat = brightnessMatrix.getArray(); in getDisabledColorFilter() local
213 float[] mat = TMP_BRIGHTNESS_COLOR_MATRIX.getArray(); in updateThumbnailPaintFilter() local
350 SkMatrix mat; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()
3028 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix()