HomeSort by relevance Sort by last modified time
    Searched defs:scrollBounds (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.cpp 15 IntRect scrollBounds;
16 getScrollBounds(&scrollBounds);
17 if (!scrollBounds.width() && !scrollBounds.height())
19 SkScalar newX = SkScalarPin(x, scrollBounds.x(), scrollBounds.width());
20 SkScalar newY = SkScalarPin(y, scrollBounds.y(), scrollBounds.height());
ScrollableLayerAndroid.cpp 17 IntRect scrollBounds;
18 getScrollBounds(&scrollBounds);
19 if (!scrollBounds.width() && !scrollBounds.height())
21 SkScalar newX = SkScalarPin(x, scrollBounds.x(), scrollBounds.width());
22 SkScalar newY = SkScalarPin(y, scrollBounds.y(), scrollBounds.height());

Completed in 185 milliseconds