Home
last modified time | relevance | path

Searched refs:textFont (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/modules/canvaskit/tests/
Dfont.spec.js46 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();
Dpath.spec.js144 const textFont = new CanvasKit.SkFont(null, 30);
157 canvas.drawText('This is text', 10, 280, textPaint, textFont);
/third_party/skia/modules/canvaskit/npm_build/
Dnode.example.js64 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/
Dnode.example.js62 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/
Dcore.spec.js473 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 …]
Dcanvas.spec.js52 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/
Dcoloremoji_blendmodes.cpp122 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/
Dcoloremoji_blendmodes.cpp122 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/
Dcanvaskit.md189 const textFont = new CanvasKit.SkFont(null, 30);
211 canvas.drawText('Try Clicking!', 10, 380, textPaint, textFont);
/third_party/skia/site/docs/user/modules/
Dcanvaskit.md211 const textFont = new CanvasKit.Font(null, 30);
232 canvas.drawText('Try Clicking!', 10, 380, textPaint, textFont);