Home | History | Annotate | Download | only in core

Lines Matching full:skew

120         rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
194 /** Preconcat the current matrix with the specified skew.
195 @param sx The amount to skew in X
196 @param sy The amount to skew in Y
199 virtual bool skew(SkScalar sx, SkScalar sy);