Searched defs:endYPos (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1146 bool RenderBlock::matchedEndLine(const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop) argument
1152 int delta = height() - endYPos;
1157 int top = min(height(), endYPos);
1186 endYPos = line->blockHeight();
1188 int delta = height() - endYPos;
1191 int top = min(height(), endYPos);

Completed in 62 milliseconds