/external/skia/gpu/include/ |
GrClipIterator.h | 62 virtual void getRect(GrRect* rect) const = 0;
|
GrClip.h | 63 const GrRect& getRect(int i) const {
|
/external/webkit/Source/WebCore/dom/ |
ContainerNode.h | 63 virtual IntRect getRect() const;
|
Element.cpp | 277 IntRect bounds = getRect(); 290 IntRect bounds = getRect(); [all...] |
Node.h | 342 virtual IntRect getRect() const;
|
ContainerNode.cpp | 932 IntRect ContainerNode::getRect() const [all...] |
Node.cpp | 813 IntRect Node::getRect() const [all...] |
/external/skia/include/gpu/ |
SkGr.h | 148 virtual void getRect(GrRect* rect) const { 188 virtual void getRect(GrRect* rect) const {
|
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 550 getRect(first, mFirstRect); 551 getRect(second, mSecondRect); 577 private void getRect(View view, Rect rect) {
|
/external/skia/gpu/src/ |
GrClip.cpp | 114 iter->getRect(&e.fRect);
|
GrGpu.cpp | 441 clip.getRect(0).contains(bounds)) { 500 this->drawSimpleRect(clip.getRect(c), NULL, 0); 522 this->drawSimpleRect(clip.getRect(c), NULL, 0);
|
GrInOrderDrawBuffer.cpp | 108 GrRect clipRect = fClip.getRect(0);
|
/frameworks/base/libs/hwui/ |
ShapeCache.cpp | 103 PathTexture* RectShapeCache::getRect(float width, float height, SkPaint* paint) {
|
ShapeCache.h | 388 PathTexture* getRect(float width, float height, SkPaint* paint);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SelectionItem.java | 109 public Rectangle getRect() {
|
GestureManager.java | 333 if (item.getRect().contains(layoutPoint.x, layoutPoint.y) 712 if (!cs.isRoot() && cs.getRect().contains(p.x, p.y)) { 802 Rectangle bounds = item.getRect(); [all...] |
SelectionManager.java | 282 if (cs.getRect().contains(p.x, p.y)) { 320 if (cs.getRect().contains(p.x, p.y)) { [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebelement.cpp | 557 return m_element->getRect(); [all...] |
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
ChromeClientGtk.cpp | 564 m_webView->priv->tooltipArea = view ? view->contentsToWindow(node->getRect()) : IntRect();
|
/external/webkit/Source/WebKit/android/nav/ |
CacheBuilder.cpp | 406 IntRect rect = node->getRect(); 538 && node->getRect().isEmpty() == false 558 IntRect nodeBounds = node->getRect(); [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.cpp | [all...] |
/external/webkit/Source/WebCore/page/ |
SpatialNavigation.cpp | 526 IntRect rect = rectToAbsoluteCoordinates(node->document()->frame(), node->getRect());
|
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.cpp | 731 oldBounds = oldFocusNode->getRect(); [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 391 return focusedNode->getRect().location(); [all...] |