Home | History | Annotate | Download | only in Plugins

Lines Matching refs:contentRect

218     NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
224 MovePortTo(static_cast<short>(contentRect.origin.x), /* Flip Y */ static_cast<short>(windowHeight - NSMaxY(contentRect)));
225 PortSize(static_cast<short>(contentRect.size.width), static_cast<short>(contentRect.size.height));