HomeSort by relevance Sort by last modified time
    Searched full:boundsrect (Results 1 - 11 of 11) 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/ui/app_list/cocoa/
app_list_view_controller.mm 54 NSRect boundsRect = [self bounds];
56 NSWidth(boundsRect), kSearchInputHeight);
58 NSWidth(boundsRect), kTopSeparatorSize);
60 [[NSBezierPath bezierPathWithRoundedRect:boundsRect
65 NSRectFill(boundsRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 149 FloatRect boundsRect(boxOrigin, size());
150 if (visibleToHitTestRequest(request) && boundsRect.intersects(HitTestLocation::rectForPoint(locationInContainer.point(), 0, 0, 0, 0))) {
152 if (!result.addNodeToRectBasedTestResult(renderer().node(), request, locationInContainer, boundsRect))
RenderTable.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /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/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 92 NSRect boundsRect = [self bounds];
94 [self drawBorder:boundsRect];
123 NSMaxY(boundsRect) - arrowTipPos.y - kArrowTopInset;
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 126 newAnchorRect = intersection(currentView()->convertToContainingWindow(currentView()->boundsRect()), newAnchorRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 445 LayoutRect boundsRect(accumulatedOffset + location(), size());
446 if (locationInContainer.intersects(boundsRect)) {
448 if (!result.addNodeToRectBasedTestResult(node(), request, locationInContainer, boundsRect))
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 208 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 514 milliseconds