Searched refs:numRows_ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dcolumn.h117 void SetRowCount(int numRows_);
131 static int CalcAccessWidth(int numRows_, t4_i32 colSize_);
H A Dcolumn.cpp1099 int c4_ColOfInts::CalcAccessWidth(int numRows_, t4_i32 colSize_) {
1100 d4_assert(numRows_ > 0);
1102 int w = (int)((colSize_ << 3) / numRows_);
1105 if (numRows_ <= 7 && 0 < colSize_ && colSize_ <= 6) {
1132 w = realWidth[numRows_ - 1][(int)colSize_ - 1];
1139 void c4_ColOfInts::SetRowCount(int numRows_) {
1140 _numRows = numRows_;
1141 if (numRows_ > 0) {
1142 int w = CalcAccessWidth(numRows_, ColSize());
H A Dhandler.cpp192 void c4_HandlerSeq::SetNumRows(int numRows_) { argument
195 _numRows = numRows_;

Completed in 83 milliseconds