Home
last modified time | relevance | path

Searched refs:docLeft (Results 1 – 8 of 8) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderView.h174 int docLeft() const;
176 int docWidth() const { return docRight() - docLeft(); } in docWidth()
177 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); } in documentRect()
H A DRenderView.cpp674 int RenderView::docLeft() const in docLeft() function in WebCore::RenderView
H A DRenderLayerCompositor.cpp1143 … m_rootPlatformLayer->setPosition(FloatPoint(m_renderView->docLeft(), m_renderView->docTop())); in updateRootLayerPosition()
H A DRenderBox.cpp807 …paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth… in paintRootBoxFillLayers()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dnote.cpp797 double docLeft = gripSize.width(); in retrieveSvg() local
801 double left = block.blockFormat().leftMargin() + docLeft + layout->position().x(); in retrieveSvg()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DFrameView.cpp491 …ScrollView::setScrollOrigin(IntPoint(-root->docLeft(), -root->docTop()), !m_frame->document()->pri… in adjustViewSize()
2549 … int docLogicalTop = root->style()->isHorizontalWritingMode() ? root->docTop() : root->docLeft(); in forceLayoutForPagination()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-1645861 (WebCore::RenderView::docLeft):
47590 Use docLeft and docTop here, so that writing modes are handled.
47744 (WebCore::RenderView::docLeft):
47749 …RenderView now uses docLeft/Top/Height/Width functions, which are just overflow queries that accou…
H A DChangeLog-2010-12-062359 (WebCore::RenderView::docLeft):
4283 (WebCore::RenderView::docLeft):