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

  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.h 32 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
SDL_QuartzWindow.m 186 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
198 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
SDL_QuartzVideo.m 427 NSRect contentRect;
532 contentRect = NSMakeRect (0, 0, width, height);
555 initWithContentRect:contentRect
568 [ qz_window setContentSize:contentRect.size ];
570 [ window_view setFrameSize:contentRect.size ];
586 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
649 NSRect contentRect;
659 contentRect = NSMakeRect (0, 0, width, height);
735 initWithContentRect:contentRect
767 [ qz_window setContentSize:contentRect.size ]
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
65 return [super initWithContentRect:contentRect styleMask:styleMask backing:bufferingType defer:deferCreation];
  /external/webkit/WebCore/rendering/
RenderSlider.cpp 314 IntRect contentRect = contentBoxRect();
316 thumbRect.setX(contentRect.x() + (contentRect.width() - thumbRect.width()) / 2);
317 thumbRect.setY(contentRect.y() + static_cast<int>(nextafter((contentRect.height() - thumbRect.height()) + 1, 0) * (1 - fraction)));
319 thumbRect.setX(contentRect.x() + static_cast<int>(nextafter((contentRect.width() - thumbRect.width()) + 1, 0) * fraction));
320 thumbRect.setY(contentRect.y() + (contentRect.height() - thumbRect.height()) / 2);
RenderVideo.cpp 127 IntRect contentRect = contentBoxRect();
128 if (elementSize.isEmpty() || contentRect.isEmpty())
131 IntRect renderBox = contentRect;
138 renderBox.move((contentRect.width() - renderBox.width()) / 2, 0);
143 renderBox.move(0, (contentRect.height() - renderBox.height()) / 2);
RenderSVGImage.cpp 191 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
192 if (!contentRect.isEmpty())
193 rects.append(contentRect);
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 154 ARect contentRect;
251 * find the new content rect in android_app::contentRect.
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 79 + (NSRect)frameRectForContentRect:(NSRect)contentRect styleMask:(NSUInteger)style {
82 return contentRect;
CarbonWindowAdapter.mm 83 - _initContent:(const NSRect *)contentRect styleMask:(unsigned int)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag contentView:aView;
119 - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)style backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag {
122 self = [super initWithContentRect:contentRect styleMask:style backing:bufferingType defer:flag];
    [all...]
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 55 NSRect contentRect = [NSWindow contentRectForFrameRect:[self _computeHighlightWindowFrame] styleMask:styleMask];
56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.h 119 /* [in] */ RECT *contentRect) { return E_NOTIMPL; }
123 /* [retval][out] */ RECT *contentRect) { return E_NOTIMPL; }
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm 315 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
318 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
84 self = [super initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:flag];
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl 389 - (void)webView:(WebView *)sender setContentRect:(NSRect)contentRect;
391 HRESULT setContentRect([in] IWebView* sender, [in] RECT* contentRect);
399 HRESULT webViewContentRect([in] IWebView* sender, [out, retval] RECT* contentRect);
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 924 IntRect contentRect(rect);
925 contentRect.move(renderer->borderLeft() + renderer->paddingLeft(), renderer->borderTop() + renderer->paddingTop());
927 renderer->repaintRectangle(contentRect);
WebNetscapePluginView.mm 214 NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
220 MovePortTo(static_cast<short>(contentRect.origin.x), /* Flip Y */ static_cast<short>(windowHeight - NSMaxY(contentRect)));
221 PortSize(static_cast<short>(contentRect.size.width), static_cast<short>(contentRect.size.height));
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 547 SkIRect contentRect;
548 contentRect.set(0, 0, width, height);
549 SkIRect total(contentRect);
590 if (!contentRect.contains(total)) {
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 437 IntRect contentRect = m_renderer->absoluteClippedOverflowRect();
440 viewRect.intersect(contentRect);
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 239 milliseconds