Home
last modified time | relevance | path

Searched refs:xPosition (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCombineText.cpp58 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, T… in width() argument
69 … return RenderText::width(from, length, font, xPosition, direction, fallbackFonts, glyphOverflow); in width()
DRenderCombineText.h42 …virtual float width(unsigned from, unsigned length, const Font&, float xPosition, TextDirection, H…
DRenderObject.cpp883 if (layer.xPosition().isPercent() && !layer.xPosition().isZero()) in mustInvalidateFillLayersPaintOnWidthChange()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.cpp298 …int xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - scrollbarThickn… in setupScrollbar() local
304 scrollbarGraphicsLayer->setPosition(IntPoint(xPosition, yPosition)); in setupScrollbar()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSPropertyEquality.cpp26 if (aLayer->xPosition() != bLayer->xPosition()) in fillLayersEqual()
DCSSAnimatableValueFactory.cpp198 …values.append(createFromBackgroundPosition(fillLayer->xPosition(), fillLayer->isBackgroundXOriginS… in createFromFillLayers()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h69 const Length& xPosition() const { return m_xPosition; } in xPosition() function
DRenderStyle.h649 const Length& backgroundXPosition() const { return m_background->background().xPosition(); } in backgroundXPosition()
662 const Length& maskXPosition() const { return rareNonInheritedData->m_mask.xPosition(); } in maskXPosition()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp594 positionList->append(zoomAdjustedPixelValueForLength(layer.xPosition(), style)); in createPositionListForLayer()
1688 list->append(zoomAdjustedPixelValueForLength(currLayer->xPosition(), *style)); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBoxPainter.cpp700 …LayoutUnit computedXPosition = roundedMinimumValueForLength(fillLayer.xPosition(), availableWidth); in calculateBackgroundImageGeometry()