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

  /external/icu4c/layoutex/layout/
ParagraphLayout.h 47 class VisualRun;
52 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code>
56 * @see ParagraphLayout::VisualRun
124 * Get a <code>ParagraphLayout::VisualRun</code> object for a given
129 * @return the <code>ParagraphLayout::VisualRun</code> object representing the
134 * @see ParagraphLayout::VisualRun
138 const VisualRun *getVisualRun(le_int32 runIndex) const;
171 VisualRun **fRuns;
198 class U_LAYOUTEX_API VisualRun : public UObject
239 * is owned by the <code>VisualRun</code> object and must not be deleted
    [all...]
  /external/icu4c/layoutex/
playout.cpp 225 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
237 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
249 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
261 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run;
273 ParagraphLayout::VisualRun *vr = (ParagraphLayout::VisualRun *) run
    [all...]
ParagraphLayout.cpp 1009 le_int32 dirRunCount, visualRun;
1025 for (visualRun = 0; visualRun < dirRunCount; visualRun += 1) {
1027 UBiDiDirection runDirection = ubidi_getVisualRun(fLineBidi, visualRun, &relStart, &runLength);
    [all...]
  /external/icu4c/samples/layout/
paragraph.cpp 238 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run);
239 le_int32 glyphCount = visualRun->getGlyphCount();
240 const LEFontInstance *font = visualRun->getFont();
241 const LEGlyphID *glyphs = visualRun->getGlyphs();
242 const float *positions = visualRun->getPositions();
  /external/chromium_org/third_party/icu/source/test/letest/
letest.cpp     [all...]
  /external/icu4c/test/letest/
letest.cpp     [all...]

Completed in 208 milliseconds