HomeSort by relevance Sort by last modified time
    Searched refs:alignX (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ScrollAlignment.cpp 59 LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
69 scrollX = getVisibleBehavior(alignX);
72 scrollX = getVisibleBehavior(alignX);
77 scrollX = getPartialBehavior(alignX);
79 scrollX = getHiddenBehavior(alignX);
ScrollAlignment.h 67 static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
RenderLayerScrollableArea.h 167 LayoutRect exposeRect(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
RenderLayerScrollableArea.cpp     [all...]
RenderBox.cpp 440 void RenderBox::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
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);
    [all...]
RenderBox.h 281 void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
    [all...]
RenderObject.cpp 585 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
591 enclosingBox->scrollRectToVisible(rect, alignX, alignY);
    [all...]
RenderObject.h 203 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverTextContext.cpp 89 SkScalar alignX = SkFixedToScalar(stopX) * fTextRatio;
93 alignX = SkScalarHalf(alignX);
97 x -= alignX;
GrDistanceFieldTextContext.cpp 576 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio;
580 alignX = SkScalarHalf(alignX);
584 x -= alignX;
  /external/skia/src/gpu/
GrDistanceFieldTextContext.cpp 477 SkScalar alignX = SkFixedToScalar(stopX)*sizeRatio;
481 alignX = SkScalarHalf(alignX);
485 x -= alignX;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 143 void setAlignX(int alignX) {
144 mAlignX = alignX;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 333 milliseconds