Home | History | Annotate | Download | only in layoutex

Lines Matching refs:styleCount

39     StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
53 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount)
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL)
58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount);
60 for (int i = 0; i < styleCount; i += 1) {
64 maxRunCount -= styleCount - 1;
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
69 for (style = 0; style < styleCount; style += 1) {
86 for (style = 0; style < styleCount; style += 1) {
93 for (style = 0; style < styleCount; style += 1) {
344 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0];
345 StyleRuns styleRuns(styleRunArrays, styleCount);
351 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount);
410 styleIndices += styleCount;
758 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0];
759 StyleRuns styleRuns(styleRunArrays, styleCount);
762 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount);
786 si += styleCount;