Lines Matching defs:src2
704 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_if()
716 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_id()
728 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_tf()
743 static void map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_td()
755 static void map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_sf()
768 static void map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_sd()
780 static void map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_af()
798 static void map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_ad()
812 static void map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_pf()
827 static void map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_pd()
840 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { in map2() argument
850 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { in map2() argument