Home | History | Annotate | Download | only in gfx

Lines Matching full:matrix

262   // We can avoid inverting and transposing the matrix since we know we want
274 // If matrix was not invertible, then just assume back face is not visible.
313 // Initialize the return value to identity if this matrix turned
324 // after being transformed by this matrix (and implicitly projected by
337 // If the matrix does have perspective component that is affected by x or y
409 // TODO(sad): Try to avoid trying to invert the matrix.
421 // TODO(sad): Try to avoid trying to invert the matrix.
435 const SkMatrix& matrix = matrix_;
436 matrix.mapRect(&src);
448 const SkMatrix& matrix = inverse;
450 matrix.mapRect(&src);
492 matrix_ = ComposeTransform(to_decomp).matrix();