OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lineBox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp
249
RenderObject*
lineBox
= getParentOfFirstLineBox(toRenderBlockFlow(currChild), marker);
250
if (
lineBox
)
251
return
lineBox
;
RenderBlockLineLayout.cpp
445
static inline void setLogicalWidthForTextRun(RootInlineBox*
lineBox
, BidiRun* run, RenderText* renderer, float xPos, const LineInfo& lineInfo,
453
if (
lineBox
->fitsToGlyphs()) {
456
bool includeRootLine =
lineBox
->includesRootLineBoxFontOrLeading();
457
int baselineShift =
lineBox
->verticalPositionForBox(run->m_box, verticalPositionCache);
484
// the style is
linebox
-contain: glyph.
486
if (!
lineBox
->fitsToGlyphs() && canUseSimpleFontCodePath) {
627
void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox*
lineBox
, const LineInfo& lineInfo, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd,
630
ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !
lineBox
->endsWithBreak());
637
bool isAfterHardLineBreak =
lineBox
->prevRootBox() &&
lineBox
->prevRootBox()->endsWithBreak()
[
all
...]
RenderLayer.cpp
[
all
...]
/frameworks/base/media/java/android/media/
WebVttRenderer.java
[
all
...]
Completed in 457 milliseconds