Home
last modified time | relevance | path

Searched refs:LoadCanvasKit (Results 1 – 13 of 13) sorted by relevance

/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js8 const LoadCanvasKit = new Promise(function(resolve, reject) {
41 LoadCanvasKit.then(catchException(done, () => {
55 LoadCanvasKit.then(catchException(done, () => {
69 LoadCanvasKit.then(catchException(done, () => {
82 LoadCanvasKit.then(catchException(done, () => {
95 LoadCanvasKit.then(catchException(done, () => {
134 LoadCanvasKit.then(catchException(done, () => {
188 LoadCanvasKit.then(catchException(done, () => {
296 LoadCanvasKit.then(catchException(done, () => {
354 LoadCanvasKit.then(catchException(done, () => {
[all …]
Dpath.spec.js8 const LoadCanvasKit = new Promise(function(resolve, reject) {
53 LoadCanvasKit.then(catchException(done, () => {
114 LoadCanvasKit.then(catchException(done, () => {
163 LoadCanvasKit.then(catchException(done, () => {
202 LoadCanvasKit.then(catchException(done, () => {
224 LoadCanvasKit.then(catchException(done, () => {
/external/skqp/experimental/canvaskit/perf/
Danimation.bench.js8 const LoadCanvasKit = new Promise(function(resolve, reject) {
48 let promises = [fetchAndText(`/assets/${animStr}.json`), LoadCanvasKit];
/external/skia/modules/canvaskit/tests/
Dcanvaskitinit.js6 const LoadCanvasKit = new Promise((resolve, reject) => { constant
Dmatrix.spec.js4 await LoadCanvasKit;
Drtshader.spec.js5 await LoadCanvasKit;
Dskottie.spec.js5 await LoadCanvasKit;
Dfont.spec.js22 await LoadCanvasKit;
Dcore.spec.js5 await LoadCanvasKit;
91 Promise.all([imgPromise, LoadCanvasKit]).then((values) => {
134 Promise.all([imgPromise, LoadCanvasKit]).then((values) => {
Dpath.spec.js5 await LoadCanvasKit;
Dcanvas2d.spec.js5 await LoadCanvasKit;
Dparagraph.spec.js34 await LoadCanvasKit;
Dcanvas.spec.js5 await LoadCanvasKit;