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 54 class VisualRun;
59 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
63 * @see ParagraphLayout::VisualRun
131 * Get a <code>ParagraphLayout::VisualRun</code> object for a given
136 * @return the <code>ParagraphLayout::VisualRun</code> object representing the
141 * @see ParagraphLayout::VisualRun
145 const VisualRun *getVisualRun(le_int32 runIndex) const;
178 VisualRun **fRuns;
205 class U_LAYOUTEX_API VisualRun : public UObject
246 * 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 223 milliseconds