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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 247 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlockFlow(currChild), marker);
248 if (lineBox)
249 return lineBox;
RenderBlockLineLayout.cpp 416 static inline void setLogicalWidthForTextRun(RootInlineBox* lineBox, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo,
424 if (lineBox->fitsToGlyphs()) {
427 bool includeRootLine = lineBox->includesRootLineBoxFontOrLeading();
428 int baselineShift = lineBox->verticalPositionForBox(run->m_box, verticalPositionCache);
455 // the style is linebox-contain: glyph.
457 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) {
595 void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, const LineInfo& lineInfo, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd,
598 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
605 bool isAfterHardLineBreak = lineBox->prevRootBox() && lineBox->prevRootBox()->endsWithBreak()
    [all...]
RenderLayer.cpp     [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java     [all...]

Completed in 117 milliseconds