Lines Matching refs:cols
1718 uint32 cols = count - (row << 4);
1720 if (cols > 16)
1721 cols = 16;
1730 if (col < cols)
1792 uint32 cols = count - (row << 4);
1794 if (cols > 16)
1795 cols = 16;
1804 if (col < cols)
2196 for (uint32 col = 0; col < m.Cols (); col++)
3181 uint32 cols,
3185 if (CheckTagCount (parentCode, tagCode, tagCount, rows * cols))
3188 dng_matrix temp (rows, cols);
3191 for (uint32 col = 0; col < cols; col++)