HomeSort by relevance Sort by last modified time
    Searched refs:styleIndices (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 45 le_int32 getRuns(le_int32 runLimits[], le_int32 styleIndices[]);
121 le_int32 StyleRuns::getRuns(le_int32 runLimits[], le_int32 styleIndices[])
127 if (styleIndices != NULL) {
128 LE_ARRAY_COPY(styleIndices, fStyleIndices, fRunCount * fStyleCount);
378 le_int32 *styleIndices = fStyleIndices;
405 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]);
408 fStyleRunInfo[run].script = (UScriptCode) fScriptRuns->getValue(styleIndices[2]);
409 fStyleRunInfo[run].locale = fLocaleRuns->getLocale(styleIndices[3]);
410 fStyleRunInfo[run].level = (UBiDiLevel) fLevelRuns->getValue(styleIndices[1]);
428 styleIndices += styleCount
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
macUtils.py 150 fond.styleIndices = (1,) * 48 # uh-oh, fondLib is too dumb.
152 fond.styleIndices = (2,) * 48

Completed in 118 milliseconds