Home
last modified time | relevance | path

Searched defs:computeTonalColors (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js1199 CanvasKit.computeTonalColors = function(tonalColors) { function
H A Dexterns.js67 computeTonalColors: function() {}, method
H A Dcanvaskit_bindings.cpp809 void computeTonalColors(WASMPointerF32 cPtrAmbi, WASMPointerF32 cPtrSpot) { in computeTonalColors() function
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts81 computeTonalColors(colors: TonalColorsInput): TonalColorsOutput; method