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

  /external/icu/icu4c/source/samples/layout/
paragraph.h 8 * file name: Paragraph.h
33 class Paragraph
36 Paragraph(const LEUnicode chars[], le_int32 charCount, const FontRuns *fontRuns, LEErrorCode &status);
38 ~Paragraph();
46 static Paragraph *paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport);
71 inline le_int32 Paragraph::getLineHeight()
76 inline le_int32 Paragraph::getLineCount()
81 inline le_int32 Paragraph::getAscent()
paragraph.cpp 8 * file name: Paragraph.cpp
23 #include "paragraph.h"
76 Paragraph::Paragraph(const LEUnicode chars[], int32_t charCount, const FontRuns *fontRuns, LEErrorCode &status)
160 Paragraph::~Paragraph()
171 void Paragraph::addLine(const ParagraphLayout::Line *line)
181 void Paragraph::breakLines(le_int32 width, le_int32 height)
216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)
252 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupp (…)
    [all...]
gnomelayout.cpp 24 #include "paragraph.h"
37 Paragraph *paragraph; member in struct:Context
90 Paragraph *newPara;
94 newPara = Paragraph::paragraphFactory(fileName, font, guiSupport);
100 if (context->paragraph != NULL) {
101 delete context->paragraph;
104 context->paragraph = newPara;
108 context->paragraph->breakLines(context->width, context->height);
205 if (context->paragraph != NULL)
    [all...]
layout.cpp 17 #include "paragraph.h"
32 Paragraph *paragraph; member in struct:Context
54 if (context->paragraph != NULL) {
58 context->paragraph->breakLines(context->width, context->height);
64 si.nMax = context->paragraph->getLineCount() - 1;
65 si.nPage = context->height / context->paragraph->getLineHeight();
148 context->paragraph = Paragraph::paragraphFactory("Sample.txt", font, guiSupport);
219 if (context->paragraph != NULL && si.nPos != vertPos)
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 103 ParagraphComment *Paragraph);
121 ParagraphComment *Paragraph);
134 ParagraphComment *Paragraph);
Comment.h 549 /// A single paragraph that contains inline content.
598 /// arguments depends on command name) and a paragraph as an argument
614 /// Paragraph argument.
615 ParagraphComment *Paragraph;
623 Paragraph(nullptr) {
635 Paragraph(nullptr) {
647 return reinterpret_cast<child_iterator>(&Paragraph);
651 return reinterpret_cast<child_iterator>(&Paragraph + 1);
694 return Paragraph;
698 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);
361 ParagraphComment *Paragraph) {
362 Command->setParagraph(Paragraph);
569 ParagraphComment *Paragraph = Command->getParagraph();
570 if (Paragraph->isWhitespace()) {
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_test.js 633 /** Tests that paragraph navigation works. */
640 expect('Paragraph 1\n|Paragraph 2\nParagraph 3');
642 expect('Paragraph 1\nParagraph 2\n|Paragraph 3');
644 expect('Paragraph 1\nParagraph 2\nParagraph 3|');
646 expect('Paragraph 1\nParagraph 2\n|Paragraph 3');
648 expect('Paragraph 1\n|Paragraph 2\nParagraph 3')
    [all...]
  /external/chromium_org/v8/test/mjsunit/
whitespaces.js 18 0x2029, // Paragraph Separator PS
35 0x2029, // PARAGRAPH SEPARATOR
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 334 if want == 'cpar': return aetypes.Paragraph(seld, fr)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 175 milliseconds