/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 36 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns, in pl_create() 46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_close() 55 return ParagraphLayout::isComplex(chars, count); in pl_isComplex() 61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getParagraphLevel() 73 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getTextDirection() 85 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getAscent() 97 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getDescent() 109 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_getLeading() 121 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_reflow() 133 ParagraphLayout *pl = (ParagraphLayout *) paragraph; in pl_nextLine() [all …]
|
D | ParagraphLayout.cpp | 276 const char ParagraphLayout::fgClassID = 0; 311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, in ParagraphLayout() function in ParagraphLayout 526 ParagraphLayout::~ParagraphLayout() in ~ParagraphLayout() 615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) in isComplex() 633 le_int32 ParagraphLayout::getAscent() const in getAscent() 636 ((ParagraphLayout *) this)->computeMetrics(); in getAscent() 642 le_int32 ParagraphLayout::getDescent() const in getDescent() 645 ((ParagraphLayout *) this)->computeMetrics(); in getDescent() 651 le_int32 ParagraphLayout::getLeading() const in getLeading() 654 ((ParagraphLayout *) this)->computeMetrics(); in getLeading() [all …]
|
D | Makefile.in | 60 OBJECTS = ParagraphLayout.o \ 67 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h…
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 44 class U_LAYOUTEX_API ParagraphLayout : public UObject 162 friend class ParagraphLayout; variable 389 ParagraphLayout(const LEUnicode chars[], le_int32 count, 403 ~ParagraphLayout(); 572 ParagraphLayout() {}; in ParagraphLayout() function 573 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){}; in ParagraphLayout() function 574 inline ParagraphLayout &operator=(const ParagraphLayout & /*other*/) { return *this; }; 641 inline UBiDiLevel ParagraphLayout::getParagraphLevel() in getParagraphLevel() 646 inline UBiDiDirection ParagraphLayout::getTextDirection() in getTextDirection() 651 inline void ParagraphLayout::reflow() in reflow() [all …]
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | paragraph.cpp | 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph() 95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph() 106 ParagraphLayout *paragraphLayout = NULL; in Paragraph() 115 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph() 143 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph() 171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() 174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow); in addLine() 193 const ParagraphLayout::Line *line; in breakLines() 203 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines() 224 const ParagraphLayout::Line *line = fLines[li]; in draw() [all …]
|
D | paragraph.h | 49 void addLine(const ParagraphLayout::Line *line); 51 ParagraphLayout **fParagraphLayout; 61 const ParagraphLayout::Line **fLines;
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); in Paragraph() 95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); in Paragraph() 106 ParagraphLayout *paragraphLayout = NULL; in Paragraph() 115 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph() 143 …fParagraphLayout = (ParagraphLayout **) LE_GROW_ARRAY(fParagraphLayout, fParagraphMax + fParagraph… in Paragraph() 171 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() 174 fLines = (const ParagraphLayout::Line **) LE_GROW_ARRAY(fLines, fLinesMax + fLinesGrow); in addLine() 193 const ParagraphLayout::Line *line; in breakLines() 203 ParagraphLayout *paragraphLayout = fParagraphLayout[p]; in breakLines() 224 const ParagraphLayout::Line *line = fLines[li]; in draw() [all …]
|
D | paragraph.h | 49 void addLine(const ParagraphLayout::Line *line); 51 ParagraphLayout **fParagraphLayout; 61 const ParagraphLayout::Line **fLines;
|
/external/icu/icu4c/source/test/letest/ |
D | letest.cpp | 755 ParagraphLayout *paragraphLayout; in GlyphToCharTest() 756 const ParagraphLayout::Line *line; in GlyphToCharTest() 885 …paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, sta… in GlyphToCharTest() 896 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | letest.cpp | 754 ParagraphLayout *paragraphLayout; in GlyphToCharTest() 755 const ParagraphLayout::Line *line; in GlyphToCharTest() 884 …paragraphLayout = new ParagraphLayout(chars, charCount, &fontRuns, NULL, NULL, NULL, 0, FALSE, sta… in GlyphToCharTest() 895 const ParagraphLayout::VisualRun *visualRun = line->getVisualRun(run); in GlyphToCharTest()
|
/external/icu/icu4c/source/test/hdrtst/ |
D | cxxfiles.txt | 122 ParagraphLayout.h
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
D | cxxfiles.txt | 121 ParagraphLayout.h
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 1242 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom… 1424 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom… 1525 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
D | changes.txt | 1242 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom… 1424 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom… 1525 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be autom…
|