Lines Matching refs:styleIndices
45 le_int32 getRuns(le_int32 runLimits[], le_int32 styleIndices[]);
121 le_int32 StyleRuns::getRuns(le_int32 runLimits[], le_int32 styleIndices[]) in getRuns() argument
127 if (styleIndices != NULL) { in getRuns()
128 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount); in getRuns()
378 le_int32 *styleIndices = fStyleIndices; in ParagraphLayout() local
405 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]); in ParagraphLayout()
408 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]); in ParagraphLayout()
409 fStyleRunInfo[run].locale = fLocaleRuns->getLocale(styleIndices[3]); in ParagraphLayout()
410 fStyleRunInfo[run].level = (UBiDiLevel) fLevelRuns->getValue(styleIndices[1]); in ParagraphLayout()
428 styleIndices += styleCount; in ParagraphLayout()
792 le_int32 *styleIndices = LE_NEW_ARRAY(le_int32, styleRunCount * styleCount); in computeSubFonts() local
796 styleRuns.getRuns(styleRunLimits, styleIndices); in computeSubFonts()
798 si = styleIndices; in computeSubFonts()
822 LE_DELETE_ARRAY(styleIndices); in computeSubFonts()