HomeSort by relevance Sort by last modified time
    Searched full:boundsrect (Results 1 - 15 of 15) 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/ui/app_list/cocoa/
app_list_view_controller.mm 55 NSRect boundsRect = [self bounds];
57 NSWidth(boundsRect), kSearchInputHeight);
59 NSWidth(boundsRect), kTopSeparatorSize);
61 [[NSBezierPath bezierPathWithRoundedRect:boundsRect
66 NSRectFill(boundsRect);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 64 NSRect boundsRect = [self bounds];
66 [self drawBorder:boundsRect];
94 NSMaxY(boundsRect) - arrowTipPos.y - kArrowTopInset;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 90 NSRect boundsRect = [self bounds];
92 [self drawBorder:boundsRect];
121 NSMaxY(boundsRect) - arrowTipPos.y - kArrowTopInset;
  /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...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
  /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/chrome/browser/ui/cocoa/
speech_input_window_controller.mm 97 NSRect boundsRect = NSMakeRect(0, 0, kInstructionLabelMaxWidth,
100 [[instructionLabel_ cell] cellSizeForBounds:boundsRect];
  /external/chromium_org/chrome/browser/ui/cocoa/
speech_recognition_window_controller.mm 101 NSRect boundsRect = NSMakeRect(0, 0, kInstructionLabelMaxWidth,
104 [[instructionLabel_ cell] cellSizeForBounds:boundsRect];
  /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/web/
ValidationMessageClientImpl.cpp 137 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 175 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 4546 milliseconds