HomeSort by relevance Sort by last modified time
    Searched defs:lineBox (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 171 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
172 if (lineBox)
173 return lineBox;
RenderBlockLineLayout.cpp 428 void RenderBlock::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, bool firstLine, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd,
431 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
436 float totalLogicalWidth = lineBox->getFlowSpacingLogicalWidth();
467 if (lineBox->fitsToGlyphs()) {
470 bool includeRootLine = lineBox->includesRootLineBoxFontOrLeading();
471 int baselineShift = lineBox->verticalPositionForBox(r->m_box, verticalPositionCache);
472 int rootDescent = includeRootLine ? lineBox->renderer()->style(firstLine)->font().fontMetrics().descent() : 0;
473 int rootAscent = includeRootLine ? lineBox->renderer()->style(firstLine)->font().fontMetrics().ascent() : 0;
607 lineBox->placeBoxesInInlineDirection(logicalLeft, needsWordSpacing, textBoxDataMap);
610 void RenderBlock::computeBlockDirectionPositionsForLine(RootInlineBox* lineBox, BidiRun* firstRun, GlyphOverflowAndFallbackFontsMap& textBoxDataMap
    [all...]
RenderLayer.cpp 681 IntRect lineBox = inlineFlow->linesBoundingBox();
682 setWidth(lineBox.width());
683 setHeight(lineBox.height());
684 inlineBoundingBoxOffset = IntSize(lineBox.x(), lineBox.y());
    [all...]

Completed in 33 milliseconds