Lines Matching refs:ScaleToFit
1071 /** \enum SkMatrix::ScaleToFit
1072 ScaleToFit describes how SkMatrix is constructed to map one SkRect to another.
1073 ScaleToFit may allow SkMatrix to have unequal horizontal and vertical scaling,
1074 or may restrict SkMatrix to square scaling. If restricted, ScaleToFit specifies
1077 enum ScaleToFit {
1118 bool setRectToRect(const SkRect& src, const SkRect& dst, ScaleToFit stf);
1135 static SkMatrix MakeRectToRect(const SkRect& src, const SkRect& dst, ScaleToFit stf) {