Lines Matching defs:src2
752 static void map2_if(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_if()
764 static void map2_id(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_id()
776 static void map2_tf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_tf()
791 static void map2_td(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_td()
803 static void map2_sf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_sf()
816 static void map2_sd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_sd()
828 static void map2_af(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_af()
846 static void map2_ad(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_ad()
860 static void map2_pf(const SkMScalar mat[][4], const float* SK_RESTRICT src2, in map2_pf()
875 static void map2_pd(const SkMScalar mat[][4], const double* SK_RESTRICT src2, in map2_pd()
888 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { in map2() argument
898 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { in map2() argument