Home | History | Annotate | Download | only in common

Lines Matching full:rowsize

1064     int32_t    rowSize;
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);
1079 size += numRows * rowSize;