Searched refs:localBounds (Results 1 - 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/ |
H A D | android_graphics.cpp | 99 SkRect localBounds, globalBounds; local 100 localBounds = path.getBounds(); 103 localBounds.inset(-width, -width); 105 matrix.mapRect(&globalBounds, localBounds);
|
H A D | LayerAndroid.cpp | 452 SkRect localBounds; local 453 bounds(&localBounds); 454 localBounds.intersect(local); 455 if (localBounds.isEmpty()) 457 if (m_recordingPicture && boundsIsUnique(*region, localBounds)) 458 *region->append() = localBounds; 460 getChild(i)->clipInner(region, m_haveClip ? localBounds : local); 524 bool drew(SkPicture* picture, const SkRect& localBounds) argument 527 SkScalar localX = SkIntToScalar(m_x - TOUCH_SLOP) - localBounds.fLeft; 528 SkScalar localY = SkIntToScalar(m_y - TOUCH_SLOP) - localBounds 565 SkRect localBounds; local [all...] |
/external/webkit/Source/WebKit/android/nav/ |
H A D | CachedLayer.cpp | 123 IntRect CachedLayer::localBounds(const LayerAndroid* root, function in class:android::CachedLayer 159 SkRect localBounds; local 160 aLayer->bounds(&localBounds); 161 *xPtr -= localBounds.fLeft; 162 *yPtr -= localBounds.fTop;
|
H A D | CachedLayer.h | 54 IntRect localBounds(const LayerAndroid* root, const IntRect& bounds) const;
|
H A D | CachedNode.cpp | 261 WebCore::IntRect CachedNode::localBounds(const CachedFrame* frame) const function in class:android::CachedNode 263 return mIsInLayer ? frame->localBounds(this, mBounds) : mBounds; 268 return mIsInLayer ? frame->localBounds(this, mHitBounds) : mHitBounds; 275 return mIsInLayer ? frame->localBounds(this, rect) : rect;
|
H A D | CachedNode.h | 133 WebCore::IntRect localBounds(const CachedFrame* ) const;
|
H A D | FindCanvas.cpp | 591 const SkRect& localBounds = matchPath.getBounds(); local 593 matrix.mapRect(&globalBounds, localBounds);
|
H A D | CachedFrame.h | 130 WebCore::IntRect localBounds(const CachedNode* ,
|
H A D | CachedFrame.cpp | 957 WebCore::IntRect CachedFrame::localBounds(const CachedNode* node, function in class:android::CachedFrame 963 return layer(node)->localBounds(mRoot->rootLayer(), rect);
|
/external/webkit/Source/WebCore/rendering/ |
H A D | RenderThemeMac.mm | 1488 FloatRect localBounds = [search cancelButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect())]; 1496 localBounds.setX(localBounds.x() - spaceToRightOfCancelButton); 1499 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r); 1501 FloatRect unzoomedRect(localBounds); 1575 FloatRect localBounds = [search searchButtonRectForBounds:NSRect(input->renderBox()->borderBoxRect())]; 1576 localBounds = convertToPaintingRect(input->renderer(), o, localBounds, r); 1578 [[search searchButtonCell] drawWithFrame:localBounds inVie [all...] |
H A D | RenderLayer.cpp | 2442 IntRect localBounds(0, 0, box->width(), box->height()); 2443 return resizerCornerRect(this, localBounds).contains(localPoint);
|
H A D | RenderBlock.cpp | 2781 IntRect localBounds(gapRectsBounds); 2782 flipForWritingMode(localBounds); 2783 gapRectsBounds = localToContainerQuad(FloatRect(localBounds), layer->renderer()).enclosingBoundingBox();
|
Completed in 181 milliseconds