Package quicktime.qd

Examples of quicktime.qd.QDRect.union()


/*     */   {
/* 444 */     if (this.mSpriteWorld != null) {
/* 445 */       QDRect localQDRect1 = null;
/* 446 */       if (paramRegion != null) {
/* 447 */         QDRect localQDRect2 = paramRegion.getRgnBBox();
/* 448 */         localQDRect1 = localQDRect2.union(getDisplayBounds());
/* 449 */         if (localQDRect2.equals(localQDRect1))
/* 450 */           localQDRect1 = null;
/*     */         else
/* 452 */           localQDRect1 = localQDRect2.intersection(getDisplayBounds());
/*     */       }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.