Searched defs:mat (Results 1 – 10 of 10) 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
55 float[] mat = brightnessMatrix.getArray(); in DisableImageView() local
74 static void applyMatrix(half3& color, const mat3& mat) { in applyMatrix()
177 void appendVD(VectorDrawableRoot* r, const SkMatrix& mat) { in appendVD()
68 static bool intersects(const SkISize screenSize, const Matrix4& mat, const SkRect& bounds) { in intersects()
178 SkMatrix mat; in drawVectorDrawable() local
34 [](const mat4& mat) { in LayerState()
281 float[] mat = tempBrightnessMatrix.getArray(); in getDisabledFColorFilter() local
348 SkMatrix mat; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
301 TQuaternion<typename MATRIX::value_type> extractQuat(const MATRIX& mat) { in extractQuat()