Searched refs:alignX (Results 1 - 11 of 11) 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
69 scrollX = getVisibleBehavior(alignX);
72 scrollX = getVisibleBehavior(alignX);
77 scrollX = getPartialBehavior(alignX);
79 scrollX = getHiddenBehavior(alignX);
H A DScrollAlignment.h67 static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
H A DRenderLayerScrollableArea.h167 LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& 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 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);
H A DRenderBox.h281 void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& 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 DRenderObject.h203 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp89 SkScalar alignX = SkFixedToScalar(stopX) * fTextRatio; local
93 alignX = SkScalarHalf(alignX);
97 x -= alignX;
H A DGrDistanceFieldTextContext.cpp576 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio; local
580 alignX = SkScalarHalf(alignX);
584 x -= alignX;
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp477 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio; local
481 alignX = SkScalarHalf(alignX);
485 x -= alignX;

Completed in 238 milliseconds