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

  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 60 NSRect boundsRect;
62 boundsRect = [self bounds];
70 titlebarRect.origin.x = boundsRect.origin.x;
71 titlebarRect.size.width = boundsRect.size.width;
73 titlebarRect.origin.y = NSMaxY(boundsRect) - titlebarRect.size.height;
  /frameworks/base/core/jni/android/graphics/
NinePatch.cpp 128 static void drawI(JNIEnv* env, jobject, SkCanvas* canvas, jobject boundsRect,
133 SkASSERT(boundsRect);
139 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
145 jobject boundsRect)
149 SkASSERT(boundsRect);
152 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
  /external/webkit/Source/WebCore/rendering/
EllipsisBox.cpp 118 IntRect boundsRect = IntRect(tx, ty, m_logicalWidth, m_height);
119 if (visibleToHitTesting() && boundsRect.intersects(result.rectForPoint(x, y))) {
121 if (!result.addNodeToRectBasedTestResult(renderer()->node(), x, y, boundsRect))
RenderTable.cpp     [all...]
RenderBox.cpp 773 IntRect boundsRect = IntRect(tx, ty, width(), height());
774 if (visibleToHitTesting() && action == HitTestForeground && boundsRect.intersects(result.rectForPoint(xPos, yPos))) {
776 if (!result.addNodeToRectBasedTestResult(node(), xPos, yPos, boundsRect))
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
Widget.h 163 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
171 void invalidate() { invalidateRect(boundsRect()); }
ScrollableArea.cpp 146 IntRect boundsAndCorner = horizontalScrollbar->boundsRect();

Completed in 277 milliseconds