Searched refs:blockRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlowThread.cpp345 LayoutRect blockRect(0, 0, currentBlock->width(), currentBlock->height());
358 blockRect.setY(currentBlock->height() - blockRect.maxY());
360 blockRect.setX(currentBlock->width() - blockRect.maxX());
362 currentBlock->flipForWritingMode(blockRect);
364 blockRect.moveBy(currentBlockLocation);
368 return currentBlock->isHorizontalWritingMode() ? blockRect.y() : blockRect.x();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h447 void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll);
H A DWebViewImpl.cpp1156 void WebViewImpl::computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll) argument
1161 WebRect rect = blockRect;

Completed in 615 milliseconds