• Home
  • Raw
  • Download

Lines Matching full:factor

63         @param sx  horizontal scale factor
64 @param sy vertical scale factor
112 @param kx horizontal skew factor
113 @param ky vertical skew factor
160 @param scaleX horizontal scale factor
161 @param skewX horizontal skew factor
163 @param skewY vertical skew factor
164 @param scaleY vertical scale factor
166 @param pers0 input x-axis perspective factor
167 @param pers1 input y-axis perspective factor
168 @param pers2 perspective scale factor
345 static constexpr int kMScaleX = 0; //!< horizontal scale factor
346 static constexpr int kMSkewX = 1; //!< horizontal skew factor
348 static constexpr int kMSkewY = 3; //!< vertical skew factor
349 static constexpr int kMScaleY = 4; //!< vertical scale factor
351 static constexpr int kMPersp0 = 6; //!< input x perspective factor
352 static constexpr int kMPersp1 = 7; //!< input y perspective factor
358 static constexpr int kAScaleX = 0; //!< horizontal scale factor
359 static constexpr int kASkewY = 1; //!< vertical skew factor
360 static constexpr int kASkewX = 2; //!< horizontal skew factor
361 static constexpr int kAScaleY = 3; //!< vertical scale factor
402 /** Returns scale factor multiplied by x-axis input, contributing to x-axis output.
405 @return horizontal scale factor
409 /** Returns scale factor multiplied by y-axis input, contributing to y-axis output.
412 @return vertical scale factor
416 /** Returns scale factor multiplied by x-axis input, contributing to y-axis output.
420 @return vertical skew factor
424 /** Returns scale factor multiplied by y-axis input, contributing to x-axis output.
428 @return horizontal scale factor
435 @return horizontal translation factor
442 @return vertical translation factor
446 /** Returns factor scaling input x-axis relative to input y-axis.
448 @return input x-axis perspective factor
452 /** Returns factor scaling input y-axis relative to input x-axis.
454 @return input y-axis perspective factor
488 /** Sets horizontal scale factor.
490 @param v horizontal scale factor to store
494 /** Sets vertical scale factor.
496 @param v vertical scale factor to store
500 /** Sets vertical skew factor.
502 @param v vertical skew factor to store
506 /** Sets horizontal skew factor.
508 @param v horizontal skew factor to store
524 /** Sets input x-axis perspective factor, which causes mapXY() to vary input x-axis values
527 @param v perspective factor
531 /** Sets input y-axis perspective factor, which causes mapXY() to vary input y-axis values
534 @param v perspective factor
544 @param scaleX horizontal scale factor to store
545 @param skewX horizontal skew factor to store
547 @param skewY vertical skew factor to store
548 @param scaleY vertical scale factor to store
550 @param persp0 input x-axis values perspective factor to store
551 @param persp1 input y-axis values perspective factor to store
552 @param persp2 perspective scale factor to store
636 @param sx horizontal scale factor
637 @param sy vertical scale factor
645 @param sx horizontal scale factor
646 @param sy vertical scale factor
708 @param kx horizontal skew factor
709 @param ky vertical skew factor
717 @param kx horizontal skew factor
718 @param ky vertical skew factor
782 @param sx horizontal scale factor
783 @param sy vertical scale factor
805 @param sx horizontal scale factor
806 @param sy vertical scale factor
889 @param kx horizontal skew factor
890 @param ky vertical skew factor
912 @param kx horizontal skew factor
913 @param ky vertical skew factor
977 @param sx horizontal scale factor
978 @param sy vertical scale factor
1000 @param sx horizontal scale factor
1001 @param sy vertical scale factor
1084 @param kx horizontal skew factor
1085 @param ky vertical skew factor
1107 @param kx horizontal skew factor
1108 @param ky vertical skew factor
1671 /** Returns the minimum scaling factor of SkMatrix by decomposing the scaling and
1673 Returns -1 if scale factor overflows or SkMatrix contains perspective.
1675 @return minimum scale factor
1681 /** Returns the maximum scaling factor of SkMatrix by decomposing the scaling and
1683 Returns -1 if scale factor overflows or SkMatrix contains perspective.
1685 @return maximum scale factor
1691 /** Sets scaleFactors[0] to the minimum scaling factor, and scaleFactors[1] to the
1692 maximum scaling factor. Scaling factors are computed by decomposing
1790 @param sx horizontal scale factor to store
1791 @param sy vertical scale factor to store