Home | History | Annotate | Download | only in core

Lines Matching full:scale

39         kScale_Mask         = 0x02,  //!< set if the matrix has X or Y scale
64 true if the matrix is identity, scale-only, or rotates a multiple of
133 /** Set the matrix to scale by sx and sy, with a pivot point at (px, py).
138 /** Set the matrix to scale by sx and sy.
176 /** Preconcats the matrix with the specified scale.
180 /** Preconcats the matrix with the specified scale.
209 /** Postconcats the matrix with the specified scale.
213 /** Postconcats the matrix with the specified scale.
244 * Scale in X and Y independently, so that src matches dst exactly.
249 * Compute a scale that will maintain the original src aspect ratio,
256 * Compute a scale that will maintain the original src aspect ratio,
262 * Compute a scale that will maintain the original src aspect ratio,
270 /** Set the matrix to the scale and translate values that map the source
424 can be true if the matrix is scale-only, or rotates a multiple of
457 static bool Poly2Proc(const SkPoint[], SkMatrix*, const SkPoint& scale);
458 static bool Poly3Proc(const SkPoint[], SkMatrix*, const SkPoint& scale);
459 static bool Poly4Proc(const SkPoint[], SkMatrix*, const SkPoint& scale);