Searched defs:dirtyRect (Results 1 – 7 of 7) sorted by relevance
75 CanvasKit.Surface.prototype.flush = function(dirtyRect) { argument
949 CanvasKit.Surface.prototype.requestAnimationFrame = function(callback, dirtyRect) { argument967 CanvasKit.Surface.prototype.drawOnce = function(callback, dirtyRect) { argument
17 SkottieKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { argument
84 void markMSAADirty(SkIRect dirtyRect) { in markMSAADirty()
636 CanvasKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { argument
931 const dirtyRect = CanvasKit.XYWHRect(10, 10, 15, 15); constant
2567 const SkIRect dirtyRect = rt->getResolveRect(); in onResolveRenderTarget() local