Searched refs:objectPosition (Results 1 – 6 of 6) sorted by relevance
333 …if (objectFit == ObjectFitFill && style()->objectPosition() == RenderStyle::initialObjectPosition(… in replacedContentRect()361 …LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - fi… in replacedContentRect()362 …LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - f… in replacedContentRect()
506 if (style()->objectPosition() != RenderStyle::initialObjectPosition()) in foregroundIsKnownToBeOpaqueInRect()
358 return createFromLengthPoint(style.objectPosition(), style); in create()
984 …ropertyWrapper<LengthPoint>(CSSPropertyObjectPosition, &RenderStyle::objectPosition, &RenderStyle:… in ensurePropertyMap()
2198 zoomAdjustedPixelValueForLength(style->objectPosition().x(), *style), in getPropertyCSSValue()2199 zoomAdjustedPixelValueForLength(style->objectPosition().y(), *style), in getPropertyCSSValue()
850 LengthPoint objectPosition() const { return rareNonInheritedData->m_objectPosition; } in objectPosition() function