Searched refs:mBounds (Results 1 – 3 of 3) sorted by relevance
112 …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
995 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()
1405 IntRect mBounds; member1942 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()