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

/external/webkit/Source/WebCore/platform/graphics/android/
H A Dandroid_graphics.cpp99 SkRect localBounds, globalBounds; local
100 localBounds = path.getBounds();
103 localBounds.inset(-width, -width);
105 matrix.mapRect(&globalBounds, localBounds);
H A DLayerAndroid.cpp452 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 DCachedLayer.cpp123 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 DCachedLayer.h54 IntRect localBounds(const LayerAndroid* root, const IntRect& bounds) const;
H A DCachedNode.cpp261 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 DCachedNode.h133 WebCore::IntRect localBounds(const CachedFrame* ) const;
H A DFindCanvas.cpp591 const SkRect& localBounds = matchPath.getBounds(); local
593 matrix.mapRect(&globalBounds, localBounds);
H A DCachedFrame.h130 WebCore::IntRect localBounds(const CachedNode* ,
H A DCachedFrame.cpp957 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 DRenderThemeMac.mm1488 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 DRenderLayer.cpp2442 IntRect localBounds(0, 0, box->width(), box->height());
2443 return resizerCornerRect(this, localBounds).contains(localPoint);
H A DRenderBlock.cpp2781 IntRect localBounds(gapRectsBounds);
2782 flipForWritingMode(localBounds);
2783 gapRectsBounds = localToContainerQuad(FloatRect(localBounds), layer->renderer()).enclosingBoundingBox();

Completed in 181 milliseconds