Home
last modified time | relevance | path

Searched refs:mBounds (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebCoreViewBridge.h42 mBounds(0,0,0,0), in WebCoreViewBridge()
52 return mBounds; in getBounds()
62 mBounds.setWidth(w); in setSize()
63 mBounds.setHeight(h); in setSize()
68 mBounds.setX(x); in setLocation()
69 mBounds.setY(y); in setLocation()
77 int width() const { return mBounds.width(); } in width()
78 int height() const { return mBounds.height(); } in height()
79 int locX() const { return mBounds.x(); } in locX()
80 int locY() const { return mBounds.y(); } in locY()
[all …]
/external/webkit/WebKit/android/nav/
DCachedNode.cpp39 return mIsInLayer ? frame->adjustBounds(this, mBounds) : mBounds; in bounds()
81 return Clip(bounds, &mBounds, &mCursorRing); in clip()
112 if (mHitBounds != mBounds && mHitBounds.contains(mBounds) && in fixUpCursorRects()
123 if (frame->checkRings(this, mCursorRing, mBounds)) { in fixUpCursorRects()
124 DBG_NAV_LOGD("use mBounds (%d,%d,%d,%d)", mBounds.x(), in fixUpCursorRects()
125 mBounds.y(), mBounds.width(), mBounds.height()); in fixUpCursorRects()
262 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds; in localBounds()
279 mBounds.move(x, y); in move()
386 DEBUG_PRINT_RECT(mBounds); in print()
DCachedRoot.cpp144 mDrawnOver.contains(mBounds); in hidden()
152 if (SkIRect::Intersects(mBounds, rect) == false) { in onIRect()
163 (mBounds.fLeft == rect.fLeft && mBounds.fRight == rect.fRight && in onIRect()
164 mBounds.fTop >= rect.fTop && mBounds.fBottom <= rect.fBottom) || in onIRect()
165 (mBounds.fTop == rect.fTop && mBounds.fBottom == rect.fBottom && in onIRect()
166 mBounds.fLeft >= rect.fLeft && mBounds.fRight <= rect.fRight))) { in onIRect()
209 SkIRect mBounds; member in android::BoundsCheck
350 mBounds.setEmpty(); in LeftCheck()
410 if (!mBounds.isEmpty() && (mPartial.fTop > mBounds.fBottom + SLOP in doRect()
411 || mPartial.fBottom < mBounds.fTop - SLOP)) { in doRect()
[all …]
DCacheBuilder.cpp761 int tx = track.mBounds.x(); in adjustForColumns()
762 int ty = track.mBounds.y(); in adjustForColumns()
1128 clip.mBounds = absBounds; in BuildFrame()
1137 clip.mBounds.move(oRect.x(), oRect.y()); in BuildFrame()
1160 const IntRect& clip = clipTrack.mHasClip ? clipTrack.mBounds : in BuildFrame()
1261 } else if (ConstructPartRects(node, bounds, &cachedNode.mBounds, in BuildFrame()
1275 const IntRect& parentClip = clipTrack.mBounds; in BuildFrame()
1293 const IntRect& layerClip = layerTracker.last().mBounds; in BuildFrame()
2806 indexTracker.mBounds = nodeRenderer->absoluteBoundingBoxRect(); in TrackLayer()
2807 indexTracker.mBounds.move(offsetX, offsetY); in TrackLayer()
[all …]
DCachedNode.h146 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; } in setBounds()
180 WebCore::IntRect mBounds; variable
DCacheBuilder.h192 IntRect mBounds; member
200 IntRect mBounds; member