Package quicktime.qd

Examples of quicktime.qd.QDRect.intersection()


/* 447 */         QDRect localQDRect2 = paramRegion.getRgnBBox();
/* 448 */         localQDRect1 = localQDRect2.union(getDisplayBounds());
/* 449 */         if (localQDRect2.equals(localQDRect1))
/* 450 */           localQDRect1 = null;
/*     */         else
/* 452 */           localQDRect1 = localQDRect2.intersection(getDisplayBounds());
/*     */       }
/* 454 */       this.mSpriteWorld.invalidate(localQDRect1);
/* 455 */       idle();
/*     */     }
/*     */   }
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.