Home | History | Annotate | Download | only in layoutex

Lines Matching defs:maxRunCount

56     le_int32 maxRunCount = 0;
61 maxRunCount += styleRunArrays[i]->getCount();
64 maxRunCount -= styleCount - 1;
66 fRunLimits = LE_NEW_ARRAY(le_int32, maxRunCount);
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);