/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 62 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/ |
D | Decorations.cpp | 23 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()
|
D | ParagraphImpl.cpp | 898 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
|
D | OneLineShaper.cpp | 478 void OneLineShaper::matchResolvedFonts(const TextStyle& textStyle, in matchResolvedFonts()
|
/third_party/skia/modules/canvaskit/ |
D | paragraph.js | 178 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
|
D | paragraph_bindings.cpp | 219 SimpleTextStyle textStyle; member 526 SimpleTextStyle textStyle) { in EMSCRIPTEN_BINDINGS() 537 SkPaint background) { in EMSCRIPTEN_BINDINGS()
|
/third_party/flutter/skia/tests/ |
D | SkParagraphTest.cpp | 1333 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/ |
D | SkParagraphTest.cpp | 2530 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/ |
D | SampleParagraph.cpp | 981 TextStyle textStyle; in drawText() local 1051 TextStyle textStyle; in drawText() local 1142 TextStyle textStyle; in drawText() local
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 987 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/ |
D | canvas_perf.js | 602 textStyle: { property
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 932 textStyle?: TextStyle; property
|