Lines Matching refs:styleCount
39 StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount);
53 StyleRuns::StyleRuns(const RunArray *styleRunArrays[], le_int32 styleCount) in StyleRuns() argument
54 : fStyleCount(styleCount), fRunCount(0), fRunLimits(NULL), fStyleIndices(NULL) in StyleRuns()
58 le_int32 *currentRun = LE_NEW_ARRAY(le_int32, styleCount); in StyleRuns()
60 for (int i = 0; i < styleCount; i += 1) { in StyleRuns()
64 maxRunCount -= styleCount - 1; in StyleRuns()
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
69 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
86 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
93 for (style = 0; style < styleCount; style += 1) { in StyleRuns()
360 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0]; in ParagraphLayout() local
361 StyleRuns styleRuns(styleRunArrays, styleCount); in ParagraphLayout()
367 fStyleIndices = LE_NEW_ARRAY(le_int32, fStyleRunCount * styleCount); in ParagraphLayout()
426 styleIndices += styleCount; in ParagraphLayout()
786 le_int32 styleCount = sizeof styleRunArrays / sizeof styleRunArrays[0]; in computeSubFonts() local
787 StyleRuns styleRuns(styleRunArrays, styleCount); in computeSubFonts()
790 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount); in computeSubFonts()
814 si += styleCount; in computeSubFonts()