Lines Matching refs:row
509 static inline bool rowcol3(const float row[], const float col[],
511 *result = row[0] * col[0] + row[1] * col[3] + row[2] * col[6];
542 static inline bool rowcol3(const SkFixed row[], const SkFixed col[],
546 tmp1.setMul(row[0], col[0]); // N * fixed
547 tmp2.setMul(row[1], col[3]); // N * fixed
550 tmp2.setMul(row[2], col[6]); // N * fract