Home
last modified time | relevance | path

Searched refs:localBounds (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/graphics/android/
DLayerAndroid.cpp226 SkRect localBounds; in clipInner() local
227 bounds(&localBounds); in clipInner()
228 localBounds.intersect(local); in clipInner()
229 if (localBounds.isEmpty()) in clipInner()
231 if (m_recordingPicture && boundsIsUnique(*region, localBounds)) in clipInner()
232 *region->append() = localBounds; in clipInner()
234 getChild(i)->clipInner(region, m_haveClip ? localBounds : local); in clipInner()
244 SkRect localBounds; in find() local
245 bounds(&localBounds); in find()
246 if (localBounds.contains(x, y)) in find()
Dandroid_graphics.cpp133 m_bounds = m_node->localBounds(m_frame); in setup()
/external/webkit/WebKit/android/nav/
DCachedNode.cpp260 WebCore::IntRect CachedNode::localBounds(const CachedFrame* frame) const in localBounds() function in android::CachedNode
262 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds; in localBounds()
267 return mIsInLayer ? frame->localBounds(this, mHitBounds) : mHitBounds; in localHitBounds()
274 return mIsInLayer ? frame->localBounds(this, rect) : rect; in localRing()
DCachedLayer.h53 IntRect localBounds(const IntRect& bounds) const;
DCachedLayer.cpp74 IntRect CachedLayer::localBounds(const IntRect& bounds) const in localBounds() function in android::CachedLayer
DCachedNode.h129 WebCore::IntRect localBounds(const CachedFrame* ) const;
DCachedFrame.h121 WebCore::IntRect localBounds(const CachedNode* ,
DCachedFrame.cpp898 WebCore::IntRect CachedFrame::localBounds(const CachedNode* node, in localBounds() function in android::CachedFrame
904 return layer(node)->localBounds(rect); in localBounds()
/external/webkit/WebCore/rendering/
DRenderThemeChromiumMac.mm1369 …FloatRect localBounds = [search cancelButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1370 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1372 FloatRect unzoomedRect(localBounds);
1445 …FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1446 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1448 [[search searchButtonCell] drawWithFrame:localBounds inView:FlippedView()];
1481 …FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1482 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1484 IntRect unzoomedRect(localBounds);
DRenderThemeMac.mm1294 …FloatRect localBounds = [search cancelButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1295 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1297 FloatRect unzoomedRect(localBounds);
1368 …FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1369 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1371 …[[search searchButtonCell] drawWithFrame:localBounds inView:o->view()->frameView()->documentView()…
1402 …FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect…
1403 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r);
1405 IntRect unzoomedRect(localBounds);
DRenderLayer.cpp2072 IntRect localBounds(0, 0, box->width(), box->height()); in isPointInResizeControl() local
2073 return resizerCornerRect(this, localBounds).contains(localPoint); in isPointInResizeControl()
DRenderBlock.cpp1997 FloatRect localBounds(gapRectsBounds); in paintSelection() local
1998 … gapRectsBounds = localToContainerQuad(localBounds, layer->renderer()).enclosingBoundingBox(); in paintSelection()