/third_party/flutter/skia/modules/canvaskit/tests/ |
D | font.spec.js | 46 const textFont = new CanvasKit.SkFont(notoSerif, 20); 50 35, 50, textPaint, textFont); 53 font: textFont, 78 canvas.drawText('no kerning ↓', 10, 240, textPaint, textFont); 81 canvas.drawText('kerning ↑', 10, 390, textPaint, textFont); 88 textFont.delete();
|
D | path.spec.js | 144 const textFont = new CanvasKit.SkFont(null, 30); 157 canvas.drawText('This is text', 10, 280, textPaint, textFont);
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | node.example.js | 64 const textFont = new CanvasKit.Font(roboto, 30); 78 canvas.drawText('Try Clicking!', 10, 280, textPaint, textFont); 103 textFont.delete();
|
/third_party/flutter/skia/modules/canvaskit/canvaskit/ |
D | node.example.js | 62 const textFont = new CanvasKit.SkFont(roboto, 30); 76 canvas.drawText('Try Clicking!', 10, 280, textPaint, textFont); 101 textFont.delete();
|
/third_party/skia/modules/canvaskit/tests/ |
D | core.spec.js | 473 const textFont = new CanvasKit.Font(null, 7); constant 474 canvas.drawText('WASM Decoding', 0, 90, paint, textFont); 475 canvas.drawText('ImageBitmap Decoding', 100, 90, paint, textFont); 476 canvas.drawText('HTMLImageEl Decoding', 200, 90, paint, textFont); 477 canvas.drawText('Blob Decoding', 300, 90, paint, textFont); 728 const textFont = new CanvasKit.Font(null, 24); constant 730 canvas.drawText('Above: MaskFilter', 20, 220, paint, textFont); 731 canvas.drawText('Right: ImageFilter', 20, 260, paint, textFont); 748 textFont.delete(); 1001 const textFont = new CanvasKit.Font(null, 24); constant [all …]
|
D | canvas.spec.js | 52 const textFont = new CanvasKit.Font(null, 30); constant 65 canvas.drawText('This is text', 10, 280, textPaint, textFont); 70 textFont.delete(); 299 const textFont = new CanvasKit.Font(null, 10); constant 306 canvas.drawText(blendModeName, x, y - 5, textPaint, textFont);
|
/third_party/flutter/skia/gm/ |
D | coloremoji_blendmodes.cpp | 122 SkFont textFont(fColorType, 70); in onDraw() local 151 x+ w/10.f, y + 7.f*h/8.f, textFont, textP); in onDraw()
|
/third_party/skia/gm/ |
D | coloremoji_blendmodes.cpp | 122 SkFont textFont(fColorType, 70); in onDraw() local 151 x+ w/10.f, y + 7.f*h/8.f, textFont, textP); in onDraw()
|
/third_party/flutter/skia/site/user/modules/ |
D | canvaskit.md | 189 const textFont = new CanvasKit.SkFont(null, 30); 211 canvas.drawText('Try Clicking!', 10, 380, textPaint, textFont);
|
/third_party/skia/site/docs/user/modules/ |
D | canvaskit.md | 211 const textFont = new CanvasKit.Font(null, 30); 232 canvas.drawText('Try Clicking!', 10, 380, textPaint, textFont);
|