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

  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 56 class VisualRun;
61 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
65 * @see ParagraphLayout::VisualRun
133 * Get a <code>ParagraphLayout::VisualRun</code> object for a given
138 * @return the <code>ParagraphLayout::VisualRun</code> object representing the
143 * @see ParagraphLayout::VisualRun
147 const VisualRun *getVisualRun(le_int32 runIndex) const;
180 VisualRun **fRuns;
207 class U_LAYOUTEX_API VisualRun : public UObject
248 * is owned by the <code>VisualRun</code> object and must not be deleted
    [all...]
  /external/icu/icu4c/source/layoutex/
playout.cpp 227 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
239 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
251 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
263 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
275 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run
    [all...]
ParagraphLayout.cpp 1014 le_int32 dirRunCount, visualRun;
1030 for (visualRun = 0; visualRun < dirRunCount; visualRun += 1) {
1032 UBiDiDirection runDirection = ubidi_getVisualRun(fLineBidi, visualRun, &relStart, &runLength);
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 249 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run);
250 le_int32 glyphCount = visualRun->getGlyphCount();
251 const LEFontInstance *font = visualRun->getFont();
252 const LEGlyphID *glyphs = visualRun->getGlyphs();
253 const float *positions = visualRun->getPositions();
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 92 milliseconds