Lines Matching defs:src2
750 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_if()
762 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_id()
774 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_tf()
789 static void map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_td()
801 static void map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_sf()
814 static void map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_sd()
826 static void map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_af()
844 static void map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_ad()
858 static void map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_pf()
873 static void map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_pd()
886 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { in map2() argument
896 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { in map2() argument