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/core/platform/
Widget.h 64 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
72 void invalidate() { invalidateRect(boundsRect()); }
ScrollableArea.cpp 176 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 168 LayoutRect boundsRect(adjustedLocation, LayoutSize(m_logicalWidth, m_height));
169 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
171 if (!result.addNodeToRectBasedTestResult(renderer()->node(), request, locationInContainer, boundsRect))
RenderRegion.cpp 193 LayoutRect boundsRect = borderBoxRectInRegion(locationInContainer.region());
194 boundsRect.moveBy(accumulatedOffset);
195 if (visibleToHitTesting() && locationInContainer.intersects(boundsRect)) {
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 132 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 447 LayoutRect boundsRect(accumulatedOffset + location(), size());
448 if (locationInContainer.intersects(boundsRect)) {
450 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))

Completed in 654 milliseconds