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

  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 715 int width = mViewBounds.width();
716 CenterCheck centerCheck(x + width - mViewBounds.x(), y - mViewBounds.y(),
721 mViewBounds.height());
723 checker.translate(SkIntToScalar(width - mViewBounds.x()),
724 SkIntToScalar(-mViewBounds.y()));
732 JiggleCheck jiggleCheck(xDelta, mViewBounds.width());
736 bitmap.setConfig(SkBitmap::kARGB_8888_Config, mViewBounds.width() +
737 absDelta, mViewBounds.height());
739 int x = -mViewBounds.x() - (xDelta < 0 ? xDelta : 0)
    [all...]
CachedRoot.h 102 void setupScrolledBounds() const { mScrolledBounds = mViewBounds; }
103 void setVisibleRect(const WebCore::IntRect& r) { mViewBounds = r; }
CachedFrame.cpp     [all...]
CachedFrame.h 226 WebCore::IntRect mViewBounds;

Completed in 15 milliseconds