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

  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 133 static void drawI(JNIEnv* env, jobject, SkCanvas* canvas, jobject boundsRect,
137 SkASSERT(boundsRect);
143 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
148 Res_png_9patch* chunk, jobject boundsRect) {
151 SkASSERT(boundsRect);
154 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 64 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
72 void invalidate() { invalidateRect(boundsRect()); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 180 FloatRect boundsRect(boxOrigin, size());
181 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
183 if (!result.addNodeToRectBasedTestResult(renderer()->node(), request, locationInContainer, boundsRect))
RenderRegion.cpp 202 LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region());
203 boundsRect.moveBy(accumulatedOffset);
204 if (visibleToHitTesting() && locationInContainer.intersects(boundsRect)) {
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 137 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 420 LayoutRect boundsRect(accumulatedOffset + location(), size());
421 if (locationInContainer.intersects(boundsRect)) {
423 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 175 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 2411 milliseconds