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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp308 int selTop, int selHeight, const PaintInfo* paintInfo)
321 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
324 lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
339 IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
307 lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo* paintInfo) argument
H A DInlineTextBox.cpp184 int selHeight = selectionHeight(); local
197 IntPoint(), selHeight, sPos, ePos));
206 int width = isHorizontal() ? logicalWidth : selHeight;
207 int height = isHorizontal() ? selHeight : logicalWidth;
825 int selHeight = selectionHeight(); local
827 context->clip(FloatRect(localOrigin, FloatSize(m_logicalWidth, selHeight)));
830 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos);
850 int selHeight = selectionHeight(); local
854 localOrigin, selHeight, c, style->colorSpace(), sPos, ePos);
1012 int selHeight local
1055 int selHeight = selectionHeight(); local
[all...]
H A DRenderBlock.cpp2926 int selHeight = curr->selectionHeight(); local
2933 IntRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
2938 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo));

Completed in 83 milliseconds