Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.h112 …tual SkIRect getTotalClipBounds() { return enclosingIntRect(mRecordingStateStack.last().mBounds); } in getTotalClipBounds()
180 , mBounds(parent ? parent->mBounds : FloatRect()) in RecordingState()
188 , mBounds(other.mBounds) in RecordingState()
196 mBounds.intersect(rect); in clip()
198 mBounds = rect; in clip()
207 FloatRect mBounds; variable
DPlatformGraphicsContextRecording.cpp995 return enclosingIntRect(mRecordingStateStack.last().mBounds); in calculateFinalBounds()
1016 && !translated.intersect(mRecordingStateStack.last().mBounds)) { in calculateFinalBounds()
1018 FLOAT_RECT_ARGS(ftrect), FLOAT_RECT_ARGS(mRecordingStateStack.last().mBounds)); in calculateFinalBounds()
1038 && !translated.intersect(mRecordingStateStack.last().mBounds)) { in calculateCoveredBounds()
1040 FLOAT_RECT_ARGS(ftrect), FLOAT_RECT_ARGS(mRecordingStateStack.last().mBounds)); in calculateCoveredBounds()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp1405 IntRect mBounds; member
1942 if (rect.contains(n.mBounds)) { in hitTestAtPoint()
1947 if (n.mBounds.contains(rect)) in hitTestAtPoint()
1953 newNode.mBounds = rect; in hitTestAtPoint()
1970 IntRect rect = n->mBounds; in hitTestAtPoint()