Lines Matching defs:src2
737 static void map2_if(const SkScalar mat[][4], const float* SK_RESTRICT src2, in map2_if()
749 static void map2_id(const SkScalar mat[][4], const double* SK_RESTRICT src2, in map2_id()
761 static void map2_tf(const SkScalar mat[][4], const float* SK_RESTRICT src2, in map2_tf()
776 static void map2_td(const SkScalar mat[][4], const double* SK_RESTRICT src2, in map2_td()
788 static void map2_sf(const SkScalar mat[][4], const float* SK_RESTRICT src2, in map2_sf()
801 static void map2_sd(const SkScalar mat[][4], const double* SK_RESTRICT src2, in map2_sd()
813 static void map2_af(const SkScalar mat[][4], const float* SK_RESTRICT src2, in map2_af()
831 static void map2_ad(const SkScalar mat[][4], const double* SK_RESTRICT src2, in map2_ad()
845 static void map2_pf(const SkScalar mat[][4], const float* SK_RESTRICT src2, in map2_pf()
860 static void map2_pd(const SkScalar mat[][4], const double* SK_RESTRICT src2, in map2_pd()
873 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { in map2() argument
883 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { in map2() argument