• Home
  • Raw
  • Download

Lines Matching full:factor

70         @param sx  horizontal scale factor
71 @param sy vertical scale factor
119 @param kx horizontal skew factor
120 @param ky vertical skew factor
167 @param scaleX horizontal scale factor
168 @param skewX horizontal skew factor
170 @param skewY vertical skew factor
171 @param scaleY vertical scale factor
173 @param pers0 input x-axis perspective factor
174 @param pers1 input y-axis perspective factor
175 @param pers2 perspective scale factor
352 static constexpr int kMScaleX = 0; //!< horizontal scale factor
353 static constexpr int kMSkewX = 1; //!< horizontal skew factor
355 static constexpr int kMSkewY = 3; //!< vertical skew factor
356 static constexpr int kMScaleY = 4; //!< vertical scale factor
358 static constexpr int kMPersp0 = 6; //!< input x perspective factor
359 static constexpr int kMPersp1 = 7; //!< input y perspective factor
365 static constexpr int kAScaleX = 0; //!< horizontal scale factor
366 static constexpr int kASkewY = 1; //!< vertical skew factor
367 static constexpr int kASkewX = 2; //!< horizontal skew factor
368 static constexpr int kAScaleY = 3; //!< vertical scale factor
409 /** Returns scale factor multiplied by x-axis input, contributing to x-axis output.
412 @return horizontal scale factor
416 /** Returns scale factor multiplied by y-axis input, contributing to y-axis output.
419 @return vertical scale factor
423 /** Returns scale factor multiplied by x-axis input, contributing to y-axis output.
427 @return vertical skew factor
431 /** Returns scale factor multiplied by y-axis input, contributing to x-axis output.
435 @return horizontal scale factor
442 @return horizontal translation factor
449 @return vertical translation factor
453 /** Returns factor scaling input x-axis relative to input y-axis.
455 @return input x-axis perspective factor
459 /** Returns factor scaling input y-axis relative to input x-axis.
461 @return input y-axis perspective factor
495 /** Sets horizontal scale factor.
497 @param v horizontal scale factor to store
501 /** Sets vertical scale factor.
503 @param v vertical scale factor to store
507 /** Sets vertical skew factor.
509 @param v vertical skew factor to store
513 /** Sets horizontal skew factor.
515 @param v horizontal skew factor to store
531 /** Sets input x-axis perspective factor, which causes mapXY() to vary input x-axis values
534 @param v perspective factor
538 /** Sets input y-axis perspective factor, which causes mapXY() to vary input y-axis values
541 @param v perspective factor
551 @param scaleX horizontal scale factor to store
552 @param skewX horizontal skew factor to store
554 @param skewY vertical skew factor to store
555 @param scaleY vertical scale factor to store
557 @param persp0 input x-axis values perspective factor to store
558 @param persp1 input y-axis values perspective factor to store
559 @param persp2 perspective scale factor to store
643 @param sx horizontal scale factor
644 @param sy vertical scale factor
652 @param sx horizontal scale factor
653 @param sy vertical scale factor
715 @param kx horizontal skew factor
716 @param ky vertical skew factor
724 @param kx horizontal skew factor
725 @param ky vertical skew factor
789 @param sx horizontal scale factor
790 @param sy vertical scale factor
812 @param sx horizontal scale factor
813 @param sy vertical scale factor
896 @param kx horizontal skew factor
897 @param ky vertical skew factor
919 @param kx horizontal skew factor
920 @param ky vertical skew factor
984 @param sx horizontal scale factor
985 @param sy vertical scale factor
1007 @param sx horizontal scale factor
1008 @param sy vertical scale factor
1091 @param kx horizontal skew factor
1092 @param ky vertical skew factor
1114 @param kx horizontal skew factor
1115 @param ky vertical skew factor
1678 /** Returns the minimum scaling factor of SkMatrix by decomposing the scaling and
1680 Returns -1 if scale factor overflows or SkMatrix contains perspective.
1682 @return minimum scale factor
1688 /** Returns the maximum scaling factor of SkMatrix by decomposing the scaling and
1690 Returns -1 if scale factor overflows or SkMatrix contains perspective.
1692 @return maximum scale factor
1698 /** Sets scaleFactors[0] to the minimum scaling factor, and scaleFactors[1] to the
1699 maximum scaling factor. Scaling factors are computed by decomposing
1797 @param sx horizontal scale factor to store
1798 @param sy vertical scale factor to store