Lines Matching defs: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) {
357 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0];
358 StyleRuns styleRuns(styleRunArrays, styleCount);
364 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount);
423 styleIndices += styleCount;
783 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0];
784 StyleRuns styleRuns(styleRunArrays, styleCount);
787 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount);
811 si += styleCount;