Lines Matching refs:row
605 static inline bool rowcol3(const float row[], const float col[],
607 *result = row[0] * col[0] + row[1] * col[3] + row[2] * col[6];
638 static inline bool rowcol3(const SkFixed row[], const SkFixed col[],
642 tmp1.setMul(row[0], col[0]); // N * fixed
643 tmp2.setMul(row[1], col[3]); // N * fixed
646 tmp2.setMul(row[2], col[6]); // N * fract