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

  /external/icu/icu4c/source/samples/layout/
paragraph.h 14 * file name: Paragraph.h
39 class Paragraph
42 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
44 ~Paragraph();
52 static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport);
77 inline le_int32 Paragraph::getLineHeight()
82 inline le_int32 Paragraph::getLineCount()
87 inline le_int32 Paragraph::getAscent()
paragraph.cpp 14 * file name: Paragraph.cpp
29 #include "paragraph.h"
82 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status)
167 Paragraph::~Paragraph()
173 for (le_int32 paragraph = 0; paragraph < fParagraphCount; paragraph += 1) {
174 delete fParagraphLayout[paragraph];
    [all...]
gnomelayout.cpp 30 #include "paragraph.h"
43 Paragraph *paragraph; member in struct:Context
96 Paragraph *newPara;
100 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
106 if (context->paragraph != NULL) {
107 delete context->paragraph;
110 context->paragraph = newPara;
114 context->paragraph->breakLines(context->width, context->height);
211 if (context->paragraph != NULL)
    [all...]
layout.cpp 23 #include "paragraph.h"
38 Paragraph *paragraph; member in struct:Context
60 if (context->paragraph != NULL) {
64 context->paragraph->breakLines(context->width, context->height);
70 si.nMax = context->paragraph->getLineCount() - 1;
71 si.nPage = context->height / context->paragraph->getLineHeight();
154 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
225 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 99 ParagraphComment *Paragraph);
117 ParagraphComment *Paragraph);
130 ParagraphComment *Paragraph);
Comment.h 551 /// A single paragraph that contains inline content.
600 /// arguments depends on command name) and a paragraph as an argument
616 /// Paragraph argument.
617 ParagraphComment *Paragraph;
625 Paragraph(nullptr) {
637 Paragraph(nullptr) {
649 return reinterpret_cast<child_iterator>(&Paragraph);
653 return reinterpret_cast<child_iterator>(&Paragraph + 1);
696 return Paragraph;
700 return Paragraph && !Paragraph->isWhitespace()
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 341 ParagraphComment *Paragraph = S.actOnParagraphComment(None);
343 S.actOnParamCommandFinish(PC, Paragraph);
346 S.actOnTParamCommandFinish(TPC, Paragraph);
349 S.actOnBlockCommandFinish(BC, Paragraph);
369 // If there's a block command ahead, we will attach an empty paragraph to
381 ParagraphComment *Paragraph;
383 Paragraph = S.actOnParagraphComment(None);
387 // paragraph.
388 Paragraph = cast<ParagraphComment>(Block);
392 S.actOnParamCommandFinish(PC, Paragraph);
    [all...]
CommentSema.cpp 68 ParagraphComment *Paragraph) {
69 Command->setParagraph(Paragraph);
276 ParagraphComment *Paragraph) {
277 Command->setParagraph(Paragraph);
359 ParagraphComment *Paragraph) {
360 Command->setParagraph(Paragraph);
567 ParagraphComment *Paragraph = Command->getParagraph();
568 if (Paragraph->isWhitespace()) {
    [all...]
  /external/pdfium/core/fxcrt/
fx_ucd.h 30 FX_BIDICLASS_B = 13, // Paragraph Separator
170 enum class CFX_RTFBreakType { None = 0, Piece, Line, Paragraph, Page };
  /external/clang/unittests/AST/
CommentParser.cpp 165 ParagraphComment *&Paragraph) {
176 Paragraph = BCC->getParagraph();
190 ParagraphComment *&Paragraph) {
224 Paragraph = PCC->getParagraph();
236 ParagraphComment *&Paragraph) {
258 Paragraph = TPCC->getParagraph();
    [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 313 dwRet2 = CFX_RTFBreakType::Paragraph;
317 dwRet2 = CFX_RTFBreakType::Paragraph;
663 dwStatus != CFX_RTFBreakType::Paragraph))) {
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 696 EndBreak(CFX_RTFBreakType::Paragraph, fLinePos, bSavePieces);
868 ? CFX_RTFBreakType::Paragraph
913 if (dwStatus == CFX_RTFBreakType::Paragraph && m_bRichText)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 334 if want == 'cpar': return aetypes.Paragraph(seld, fr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 334 if want == 'cpar': return aetypes.Paragraph(seld, fr)
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/icu/icu4c/source/
configure     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1610 milliseconds