Lines Matching refs:apply
471 RemoteRect.prototype.apply = function(apply) argument
477 apply(left, top, right - left + 1, bottom - top + 1);
624 RemoteTransform.prototype.apply = function(context) method in RemoteTransform
1089 this.transform.apply(context);
1285 rect.apply(context.fillRect.bind(context));
1456 rect.apply(context.strokeRect.bind(context));
1462 rect.apply(context.fillRect.bind(context));
1493 rect.apply(context.strokeRect.bind(context));
1495 rect.apply(context.fillRect.bind(context));
1577 rect.apply(context.strokeRect.bind(context));
1664 rect.apply(context.fillRect.bind(context));
1683 rect.apply(context.fillRect.bind(context));
1707 rects[i].apply(context.fillRect.bind(context));
1976 rects[i].apply(this.context.fillRect.bind(this.context));
2030 clipRects[i].apply(this.context.rect.bind(this.context));