Home | History | Annotate | Download | only in common

Lines Matching refs:RBBIStateTableRow

1075     //  Note  The declaration of RBBIStateTableRow is for a table of two columns.
1078 rowSize = sizeof(RBBIStateTableRow) + sizeof(uint16_t)*(numCols-2);
1107 table->fRowLen = sizeof(RBBIStateTableRow) +
1121 RBBIStateTableRow *row = (RBBIStateTableRow *)(table->fTableData + state*table->fRowLen);