Searched defs:alignY (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DScrollAlignment.cpp59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
109 scrollY = getVisibleBehavior(alignY);
112 scrollY = getVisibleBehavior(alignY);
117 scrollY = getPartialBehavior(alignY);
119 scrollY = getHiddenBehavior(alignY);
H A DRenderLayerScrollableArea.cpp1381 LayoutRect RenderLayerScrollableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
1385 LayoutRect r = ScrollAlignment::getRectToExpose(layerBounds, localExposeRect, alignX, alignY);
H A DRenderObject.cpp585 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
591 enclosingBox->scrollRectToVisible(rect, alignX, alignY);
H A DRenderBox.cpp440 void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
457 newRect = layer()->scrollableArea()->exposeRect(rect, alignX, alignY);
466 LayoutRect exposeRect = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
488 LayoutRect r = ScrollAlignment::getRectToExpose(LayoutRect(pinchViewport.visibleRectInDocument()), rect, alignX, alignY);
492 LayoutRect r = ScrollAlignment::getRectToExpose(viewRect, rect, alignX, alignY);
503 parentBox->scrollRectToVisible(newRect, alignX, alignY);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp90 SkScalar alignY = SkFixedToScalar(stopY) * fTextRatio; local
94 alignY = SkScalarHalf(alignY);
98 y -= alignY;
H A DGrDistanceFieldTextContext.cpp577 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio; local
581 alignY = SkScalarHalf(alignY);
585 y -= alignY;
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp478 SkScalar alignY = SkFixedToScalar(stopY)*sizeRatio; local
482 alignY = SkScalarHalf(alignY);
486 y -= alignY;

Completed in 547 milliseconds