Home
last modified time | relevance | path

Searched defs:textStyle (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js62 textStyle: { property
144 textStyle: { property
175 const textStyle = { variable
180 textStyle: textStyle, property
218 textStyle: { property
250 textStyle: { property
281 textStyle: { property
294 textStyle: { property
353 textStyle: { property
381 textStyle: { property
[all …]
/third_party/skia/modules/skparagraph/src/
DDecorations.cpp23 void Decorations::paint(SkCanvas* canvas, const TextStyle& textStyle, const TextLine::ClipContext& … in paint()
134 void Decorations::calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface) { in calculateThickness()
182 void Decorations::calculatePaint(const TextStyle& textStyle) { in calculatePaint()
225 void Decorations::calculateWaves(const TextStyle& textStyle, SkRect clip) { in calculateWaves()
DParagraphImpl.cpp898 TextStyle textStyle = paragraphStyle().getTextStyle(); in computeEmptyMetrics() local
971 for (auto& textStyle : fTextStyles) { in updateFontSize() local
994 for (auto& textStyle : fTextStyles) { in updateForegroundPaint() local
1005 for (auto& textStyle : fTextStyles) { in updateBackgroundPaint() local
DOneLineShaper.cpp478 void OneLineShaper::matchResolvedFonts(const TextStyle& textStyle, in matchResolvedFonts()
/third_party/skia/modules/canvaskit/
Dparagraph.js178 function copyArrays(textStyle) { argument
251 function freeArrays(textStyle) { argument
289 CanvasKit.ParagraphBuilder.prototype.pushStyle = function(textStyle) { argument
295 CanvasKit.ParagraphBuilder.prototype.pushPaintStyle = function(textStyle, fg, bg) { argument
Dparagraph_bindings.cpp219 SimpleTextStyle textStyle; member
526 SimpleTextStyle textStyle) { in EMSCRIPTEN_BINDINGS()
537 SkPaint background) { in EMSCRIPTEN_BINDINGS()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp1333 TextStyle textStyle; in DEF_TEST() local
1397 TextStyle textStyle; in DEF_TEST() local
1494 TextStyle textStyle; in DEF_TEST() local
1559 TextStyle textStyle; in DEF_TEST() local
1680 TextStyle textStyle; in DEF_TEST() local
1801 TextStyle textStyle; in DEF_TEST() local
1920 TextStyle textStyle; in DEF_TEST() local
1987 TextStyle textStyle; in DEF_TEST() local
2080 TextStyle textStyle; in DEF_TEST() local
2140 TextStyle textStyle; in DEF_TEST() local
[all …]
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2530 TextStyle textStyle; in UNIX_ONLY_TEST() local
2594 TextStyle textStyle; in UNIX_ONLY_TEST() local
2697 TextStyle textStyle; in UNIX_ONLY_TEST() local
2763 TextStyle textStyle; in UNIX_ONLY_TEST() local
2885 TextStyle textStyle; in UNIX_ONLY_TEST() local
3007 TextStyle textStyle; in UNIX_ONLY_TEST() local
3129 TextStyle textStyle; in UNIX_ONLY_TEST() local
3196 TextStyle textStyle; in UNIX_ONLY_TEST() local
3290 TextStyle textStyle; in UNIX_ONLY_TEST() local
3352 TextStyle textStyle; in UNIX_ONLY_TEST() local
[all …]
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp981 TextStyle textStyle; in drawText() local
1051 TextStyle textStyle; in drawText() local
1142 TextStyle textStyle; in drawText() local
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp987 TextStyle textStyle; in drawText() local
1057 TextStyle textStyle; in drawText() local
1152 TextStyle textStyle; in drawText() local
1964 TextStyle textStyle; in onDrawContent() local
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js602 textStyle: { property
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts932 textStyle?: TextStyle; property