Lines Matching refs:SkMatrix
56 bool quickReject(const SkMatrix& matrix, const SkRect& bounds) const;
58 void apply(SkClipOp op, const SkMatrix& matrix, const SkRect& bounds, bool aa,
101 FatVector<DeferredEntry<SkMatrix>, 6> mTransformStack;
148 const SkMatrix& transform() const { return mTransformStack.back().entry; } in transform()
150 SkMatrix& transform();
153 void getMatrix(SkMatrix* outMatrix) const { in getMatrix()
157 void setMatrix(const SkMatrix& matrix) { in setMatrix()
161 void concat(const SkMatrix& matrix) { in concat()
166 SkMatrix m; in rotate()
172 SkMatrix m; in scale()
178 SkMatrix m; in skew()