HomeSort by relevance Sort by last modified time
    Searched refs:shapeOutsideInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 69 ShapeOutsideInfo* shapeOutsideInfo = newFloat->renderer()->shapeOutsideInfo();
70 if (shapeOutsideInfo) {
72 shapeOutsideInfo->updateDeltasForContainingBlockLine(m_block, *newFloat, m_block.logicalHeight(), lineHeight);
77 if (shapeOutsideInfo) {
78 if (shapeOutsideInfo->lineOverlapsShape())
79 newLeft += shapeOutsideInfo->rightMarginBoxDelta();
88 if (shapeOutsideInfo) {
89 if (shapeOutsideInfo->lineOverlapsShape()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 68 const ShapeOutsideInfo* shapeOutsideInfo;
492 point = info->shapeOutsideInfo->shapeToRendererPoint(points[i]);
541 PassRefPtr<TypeBuilder::DOM::ShapeOutsideInfo> InspectorOverlay::buildObjectForShapeOutside(Node* node)
544 if (!renderer || !renderer->isBox() || !toRenderBox(renderer)->shapeOutsideInfo())
549 const ShapeOutsideInfo* shapeOutsideInfo = renderBox->shapeOutsideInfo();
551 LayoutRect shapeBounds = shapeOutsideInfo->computedShapePhysicalBoundingBox();
558 shapeOutsideInfo->computedShape().buildDisplayPaths(paths)
    [all...]
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 484 static inline ShapeOutsideInfo* shapeInfoForFloat(const FloatingObject& floatingObject, const RenderBlockFlow& containingBlock, LayoutUnit lineTop, LayoutUnit lineBottom)
486 if (ShapeOutsideInfo* shapeOutside = floatingObject.renderer()->shapeOutsideInfo()) {
499 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(*floatingObject, *m_renderer, m_lineTop, m_lineBottom)) {
518 if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(*floatingObject, *m_renderer, m_lineTop, m_lineBottom)) {
RenderBox.h 29 #include "core/rendering/shapes/ShapeOutsideInfo.h"
    [all...]
RenderBlockFlow.cpp     [all...]

Completed in 226 milliseconds