Home
last modified time | relevance | path

Searched refs:isFirstLine (Results 1 – 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DStringMsgParser.java148 boolean isFirstLine = true; in parseSIPMessage()
182 if (isFirstLine) { in parseSIPMessage()
207 isFirstLine = false; in parseSIPMessage()
263 boolean isFirstLine = true; in parseSIPMessage()
293 if (isFirstLine) { in parseSIPMessage()
318 isFirstLine = false; in parseSIPMessage()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp46 static IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* sty… in requiresIndent() argument
48 if (isFirstLine) in requiresIndent()
205 parentBox->setFirstLineStyleBit(lineInfo.isFirstLine()); in createLineBoxes()
440 …renderer->getOverhang(lineInfo.isFirstLine(), renderer->style()->isLeftToRightDirection() ? previo… in setMarginsForRubyRun()
451 const Font& font = renderer->style(lineInfo.isFirstLine())->font(); in setLogicalWidthForTextRun()
468 const Font& font = renderer->style(lineInfo.isFirstLine())->font(); in setLogicalWidthForTextRun()
498 …redWidth += renderer->width(wordMeasurement.startOffset, wordLength, xPos, lineInfo.isFirstLine()); in setLogicalWidthForTextRun()
517 …nderer->width(run->m_start, run->m_stop - run->m_start, xPos, lineInfo.isFirstLine(), &fallbackFon… in setLogicalWidthForTextRun()
636 …bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->firstChild() != thi… in computeInlineDirectionPositionsForLine() local
638 IndentTextOrNot shouldIndentText = requiresIndent(isFirstLine, isAfterHardLineBreak, style()); in computeInlineDirectionPositionsForLine()
[all …]
DLineWidth.cpp38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth() argument
47 , m_isFirstLine(isFirstLine) in LineWidth()
DLineWidth.h49 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
DRenderBlock.h98 LayoutUnit minLineHeightForReplacedRenderer(bool isFirstLine, LayoutUnit replacedHeight) const;
DRenderBlock.cpp4569 LayoutUnit RenderBlock::minLineHeightForReplacedRenderer(bool isFirstLine, LayoutUnit replacedHeigh… in minLineHeightForReplacedRenderer() argument
4574 if (!(style(isFirstLine)->lineBoxContain() & LineBoxContainBlock)) in minLineHeightForReplacedRenderer()
4577 …return std::max<LayoutUnit>(replacedHeight, lineHeight(isFirstLine, isHorizontalWritingMode() ? Ho… in minLineHeightForReplacedRenderer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineInfo.h40 bool isFirstLine() const { return m_isFirstLine; } in isFirstLine() function
DBreakingContextInlineHeaders.h328 …&& (flow->style(lineInfo.isFirstLine())->lineHeight() != parent->style(lineInfo.isFirstLine())->li… in requiresLineBoxForContent()
654 …loatFromPreviousLine, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine) in updateSegmentsForShapes() argument
666 …LayoutUnit lineLogicalHeight = block->lineHeight(isFirstLine, isHorizontalWritingMode ? Horizontal… in updateSegmentsForShapes()
740 RenderStyle* style = renderText->style(m_lineInfo.isFirstLine()); in handleText()
853 …rShapes(m_block, m_lastFloatFromPreviousLine, wordMeasurements, m_width, m_lineInfo.isFirstLine()); in handleText()