Searched defs:Cols (Results 1 – 7 of 7) sorted by relevance
127 Matrix(unsigned Rows, unsigned Cols) : in Matrix()133 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal) in Matrix()
66 uint32 Cols () const in Cols() function
187 static SkM44 Cols(const SkV4& c0, const SkV4& c1, const SkV4& c2, const SkV4& c3) { in Cols() function
89 …int Cols; // = 16 // number of columns to displa… member
336 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) in Matrix()
145 ColumnMatrixTy(ArrayRef<Value *> Cols) in ColumnMatrixTy()
956 const size_t Cols = 4; in EmitBinaryData() local