Home | History | Annotate | Download | only in Plugins

Lines Matching full:bounds

277     NSRect boundsInWindow = [self convertRect:[self bounds] toView:nil];
291 // If drawing with QuickDraw, fix the window port so that it has the same bounds as the NSWindow's
300 boundsInWindow.origin.x += pix->bounds.left - portBounds.left;
301 boundsInWindow.origin.y += pix->bounds.top - portBounds.top;
302 visibleRectInWindow.origin.x += pix->bounds.left - portBounds.left;
303 visibleRectInWindow.origin.y += pix->bounds.top - portBounds.top;
408 boundsInWindow = [self bounds];
427 // Use the clip bounds from the context instead of the bounds we created
914 ::Rect bounds;
915 GetPortBounds(port, &bounds);
916 WKCallDrawingNotification(port, &bounds);
1414 NSRect bounds = [self bounds];
1415 CGContextTranslateCTM(cgContext, 0.0f, NSHeight(bounds));
1417 [printedPluginBitmap drawInRect:bounds];
1965 [self invalidatePluginContentRect:[self bounds]];