/external/icu4c/layoutex/ |
playout.cpp | 8 * paragraphLayout doesn't make much sense without 19 #include "layout/ParagraphLayout.h" 36 ParagraphLayout *pl = new ParagraphLayout(chars, count, (const FontRuns *) fontRuns, 46 ParagraphLayout *pl = (ParagraphLayout *) paragraph; 55 return ParagraphLayout::isComplex(chars, count); 61 ParagraphLayout *pl = (ParagraphLayout *) paragraph; 73 ParagraphLayout *pl = (ParagraphLayout *) paragraph [all...] |
ParagraphLayout.cpp | 9 * paragraphLayout doesn't make much sense without 27 #include "layout/ParagraphLayout.h" 276 const char ParagraphLayout::fgClassID = 0; 311 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count, 523 ParagraphLayout::~ParagraphLayout() 612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) 630 le_int32 ParagraphLayout::getAscent() const 633 ((ParagraphLayout *) this)->computeMetrics() [all...] |
layoutex.vcxproj.filters | 21 <ClCompile Include="ParagraphLayout.cpp">
45 <CustomBuild Include="layout\ParagraphLayout.h">
|
Makefile.in | 60 OBJECTS = ParagraphLayout.o \ 67 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h
|
layoutex.vcxproj | 245 <ClCompile Include="ParagraphLayout.cpp" />
252 <CustomBuild Include="layout\ParagraphLayout.h">
|
/external/icu4c/samples/layout/ |
paragraph.cpp | 19 #include "layout/ParagraphLayout.h" 94 fLines = LE_NEW_ARRAY(const ParagraphLayout::Line *, fLinesMax); 95 fParagraphLayout = LE_NEW_ARRAY(ParagraphLayout *, fParagraphMax); 106 ParagraphLayout *paragraphLayout = NULL; 115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status); 122 fParagraphLevel = paragraphLayout->getParagraphLevel(); 125 pAscent = paragraphLayout->getAscent(); 126 pDescent = paragraphLayout->getDescent() [all...] |
paragraph.h | 20 #include "layout/ParagraphLayout.h" 49 void addLine(const ParagraphLayout::Line *line); 51 ParagraphLayout **fParagraphLayout; 61 const ParagraphLayout::Line **fLines;
|
pflow.c | 158 pl_paragraph *paragraphLayout = NULL; 172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status); 179 flow->fParagraphLevel = pl_getParagraphLevel(paragraphLayout); 182 pAscent = pl_getAscent(paragraphLayout); 183 pDescent = pl_getDescent(paragraphLayout); 184 pLeading = pl_getLeading(paragraphLayout); 204 flow->fParagraphLayout[flow->fParagraphCount++] = paragraphLayout; 302 pl_paragraph *paragraphLayout = obj->fParagraphLayout[p]; 304 if (paragraphLayout != NULL) { 305 pl_reflow(paragraphLayout); [all...] |
/external/icu4c/layoutex/layout/ |
ParagraphLayout.h | 18 * ParagraphLayout doesn't make much sense without 35 * ParagraphLayout. 37 * The <code>ParagraphLayout</code> object will analyze the text into runs of text in the 44 class U_LAYOUTEX_API ParagraphLayout : public UObject 50 * This class represents a single line of text in a <code>ParagraphLayout</code>. They 51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line 52 * consists of multiple visual runs, represented by <code>ParagraphLayout::VisualRun</code> 55 * @see ParagraphLayout 56 * @see ParagraphLayout::VisualRun 65 * created by <code>ParagraphLayout</code>. However, it is th [all...] |
playout.h | 11 * ParagraphLayout doesn't make much sense without 52 * Construct a <code>ParagraphLayout</code> object for a styled paragraph. The paragraph is specified 225 * to zero, a <code>ParagraphLayout::Line</code> object representing the 228 * @return a <code>ParagraphLayout::Line</code> object which represents the line. The caller 317 * Get a <code>ParagraphLayout::VisualRun</code> object for a given
|
/external/chromium_org/third_party/icu/source/test/hdrtst/ |
cxxfiles.txt | 106 ParagraphLayout.h
|
/external/icu4c/test/hdrtst/ |
cxxfiles.txt | 121 ParagraphLayout.h
|
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.cpp | 26 #include "layout/ParagraphLayout.h" 746 * for ParagraphLayout. 753 ParagraphLayout *paragraphLayout; 754 const ParagraphLayout::Line *line; [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 26 #include "layout/ParagraphLayout.h" 746 * for ParagraphLayout. 753 ParagraphLayout *paragraphLayout; 754 const ParagraphLayout::Line *line; [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
docmain.h | 198 * <td>LayoutEngine, ParagraphLayout</td>
|
urename.h | [all...] |
/external/icu4c/common/unicode/ |
docmain.h | 206 * <td>icu::LayoutEngine,icu::ParagraphLayout</td>
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
changes.txt | 483 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be automated...) 665 and the complexTable array in <icu>/source/layoutex/ParagraphLayout.cpp. (This step should be automated...) [all...] |