Home | History | Annotate | Download | only in core

Lines Matching refs:col

644     static inline bool rowcol3(const float row[], const float col[],
646 *result = row[0] * col[0] + row[1] * col[3] + row[2] * col[6];
677 static inline bool rowcol3(const SkFixed row[], const SkFixed col[],
681 tmp1.setMul(row[0], col[0]); // N * fixed
682 tmp2.setMul(row[1], col[3]); // N * fixed
685 tmp2.setMul(row[2], col[6]); // N * fract