Home | History | Annotate | Download | only in core

Lines Matching full:affine

123     /** Affine arrays are in column major order
393 /** Fills the passed array with affine identity values
395 @param affine The array to fill with affine identity values.
398 static void SetAffineIdentity(SkScalar affine[6]);
400 /** Fills the passed array with the affine values in column major order.
403 @param affine The array to fill with affine values. Ignored if NULL.
405 bool SK_WARN_UNUSED_RESULT asAffine(SkScalar affine[6]) const;
407 /** Set the matrix to the specified affine values.
410 void setAffine(const SkScalar affine[6]);