Searched refs:clipRect (Results 1 – 2 of 2) sorted by relevance
206 clipRect:MyRect):Paint{216 if (clipRect != null && this.isClipPathSupported()) {260 let leftImage:number=(clipRect == null ? 0 : clipRect.left)261 let topImage:number=(clipRect == null ? 0 : clipRect.top)262 let rightImage:number=(clipRect == null ?chartWidth : clipRect.right)263 let bottomImage:number=(clipRect == null ? chartHeight: clipRect.bottom)
1182 const clipRect = new Path2D(); constant1183 clipRect.rect(0, 0, this.frame.width, this.frame.height);1184 ctx.clip(clipRect);