Lines Matching full:matrix
21 // 4x4 transformation matrix. Transform is cheap and explicitly allows
32 // Skips initializing this matrix to avoid overhead, when we know it will be
40 // Constructs a transform from explicit 16 matrix elements. Elements
46 // Constructs a transform from explicit 2d elements. All other matrix
48 // matrix.
98 // Returns true if this is the identity matrix.
101 // Returns true if the matrix is either identity or pure translation.
106 // Returns true if the matrix is either a positive scale and/or a translation.
115 // Returns true if the matrix is either identity or pure, non-fractional
119 // Returns true if the matrix is has only scaling and translation components.
126 // transformed by this matrix.
129 // Returns true if the matrix has any perspective component that would
154 // orthographic projection was added to the matrix sequence.
192 // sets |this| to the reconstituted result. Returns false if either matrix
213 // Returns the underlying matrix.
214 const SkMatrix44& matrix() const { return matrix_; }
215 SkMatrix44& matrix() { return matrix_; }