Home
last modified time | relevance | path

Searched defs:drawColorInt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js582 CanvasKit.Canvas.prototype.drawColorInt = function(color, mode) { method in CanvasKit.Canvas
H A Dexterns.js299 drawColorInt: function() {}, method
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts1462 drawColorInt(color: ColorInt, blendMode?: BlendMode): void; method