Home | History | Annotate | Download | only in core

Lines Matching full:rowcount

74     static RunHead* Alloc(int rowCount, size_t dataSize) {
75 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize;
78 head->fRowCount = rowCount;