HomeSort by relevance Sort by last modified time
    Searched refs:boundsRect (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 140 static void drawI(JNIEnv* env, jobject, jlong canvasHandle, jobject boundsRect,
148 SkASSERT(boundsRect);
154 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
159 jlong chunkHandle, jobject boundsRect) {
164 SkASSERT(boundsRect);
167 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 65 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
73 void invalidate() { invalidateRect(boundsRect()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 176 FloatRect boundsRect(boxOrigin, size());
177 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
179 if (!result.addNodeToRectBasedTestResult(renderer().node(), request, locationInContainer, boundsRect))
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 456 LayoutRect boundsRect(accumulatedOffset + location(), size());
457 if (locationInContainer.intersects(boundsRect)) {
459 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 129 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 184 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 509 milliseconds