Searched refs:shapeOutside (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | FloatingObjects.cpp | 364 if (ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo()) { in shapeInfoForFloat() local 365 …shapeOutside->updateDeltasForContainingBlockLine(containingBlock, floatingObject, lineTop, lineBot… in shapeInfoForFloat() 366 return shapeOutside; in shapeInfoForFloat() 376 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local 377 return m_offset + shapeOutside->rightMarginBoxDelta(); in shapeOffset() 385 …if (ShapeOutsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_… in shapeOffset() local 386 return m_offset + shapeOutside->leftMarginBoxDelta(); in shapeOffset()
|
D | RenderBlockFlow.cpp | 2245 if (ShapeOutsideInfo* shapeOutside = childBox->shapeOutsideInfo()) in positionNewFloats() local 2246 … shapeOutside->setShapeSize(logicalWidthForChild(childBox), logicalHeightForChild(childBox)); in positionNewFloats() 2381 ShapeOutsideInfo* shapeOutside = floatingObject->renderer()->shapeOutsideInfo(); in nextFloatLogicalBottomBelow() local 2382 if (shapeOutside && (offsetMode == ShapeOutsideFloatShapeOffset)) { in nextFloatLogicalBottomBelow() 2383 …(floatingObject) + marginBeforeForChild(floatingObject->renderer()) + shapeOutside->shapeLogicalBo… in nextFloatLogicalBottomBelow()
|
D | RenderBox.cpp | 282 const ShapeValue* shapeOutside = style.shapeOutside(); in updateShapeOutsideInfoAfterStyleChange() local 283 …const ShapeValue* oldShapeOutside = oldStyle ? oldStyle->shapeOutside() : RenderStyle::initialShap… in updateShapeOutsideInfoAfterStyleChange() 292 …if (shapeOutside == oldShapeOutside && shapeMargin == oldShapeMargin && shapeImageThreshold == old… in updateShapeOutsideInfoAfterStyleChange() 295 if (!shapeOutside) in updateShapeOutsideInfoAfterStyleChange() 300 if (shapeOutside || shapeOutside != oldShapeOutside) in updateShapeOutsideInfoAfterStyleChange() 1391 if (childStyle->visibility() != VISIBLE || childStyle->shapeOutside()) in isCandidateForOpaquenessTest()
|
D | RenderObject.cpp | 1929 … updateShapeImage(oldStyle ? oldStyle->shapeOutside() : 0, m_style ? m_style->shapeOutside() : 0); in setStyle() 2750 removeShapeImageClient(m_style->shapeOutside()); in postDestroy()
|
D | RenderBlock.cpp | 1401 ShapeValue* shapeOutsideValue = style()->shapeOutside(); in imageChanged()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | ShapeOutsideInfo.cpp | 40 ShapeValue* shapeValue = box->style()->shapeOutside(); in isEnabledFor() 97 return m_renderer->style()->shapeOutside(); in shapeValue()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResourceLoader.cpp | 202 loadPendingShapeImage(style, style->shapeOutside()); in loadPendingImages()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSComputedStyleDeclaration.cpp | 2770 if (!style->shapeOutside()) in getPropertyCSSValue() 2772 if (style->shapeOutside()->type() == ShapeValue::Box) in getPropertyCSSValue() 2773 return cssValuePool().createValue(style->shapeOutside()->layoutBox()); in getPropertyCSSValue() 2774 if (style->shapeOutside()->type() == ShapeValue::Image) { in getPropertyCSSValue() 2775 if (style->shapeOutside()->image()) in getPropertyCSSValue() 2776 return style->shapeOutside()->image()->cssValue(); in getPropertyCSSValue() 2779 ASSERT(style->shapeOutside()->type() == ShapeValue::Shape); in getPropertyCSSValue() 2780 return valueForBasicShape(*style, style->shapeOutside()->shape()); in getPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.cpp | 448 return createFromShapeValue(style.shapeOutside()); in create()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.h | 1413 return shapeOutside(); in resolvedShapeInside() 1423 ShapeValue* shapeOutside() const { return rareNonInheritedData->m_shapeOutside.get(); } in shapeOutside() function
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 1031 …ppend(new PropertyWrapperShape(CSSPropertyShapeOutside, &RenderStyle::shapeOutside, &RenderStyle::… in ensurePropertyMap()
|