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

  /external/webkit/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 129 static void drawI(JNIEnv* env, jobject, SkCanvas* canvas, jobject boundsRect,
134 SkASSERT(boundsRect);
140 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
146 jobject boundsRect)
150 SkASSERT(boundsRect);
153 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
  /external/webkit/WebCore/platform/
Widget.h 144 IntRect boundsRect() const { return IntRect(0, 0, width(), height()); }
152 void invalidate() { invalidateRect(boundsRect()); }
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 169 milliseconds