Home | History | Annotate | Download | only in core

Lines Matching full:skew

245         rotate, skew, concat or clipRect, clipPath, and setDrawFilter all
328 /** Preconcat the current matrix with the specified skew.
329 @param sx The amount to skew in X
330 @param sy The amount to skew in Y
333 virtual bool skew(SkScalar sx, SkScalar sy);