Home
last modified time | relevance | path

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

/external/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 …]
/external/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.cpp894 TextStyle textStyle = paragraphStyle().getTextStyle(); in computeEmptyMetrics() local
967 for (auto& textStyle : fTextStyles) { in updateFontSize() local
990 for (auto& textStyle : fTextStyles) { in updateForegroundPaint() local
1001 for (auto& textStyle : fTextStyles) { in updateBackgroundPaint() local
DOneLineShaper.cpp476 void OneLineShaper::matchResolvedFonts(const TextStyle& textStyle, in matchResolvedFonts()
/external/skia/modules/canvaskit/
Dparagraph.js218 function copyArrays(textStyle) { argument
245 function freeArrays(textStyle) { argument
278 CanvasKit.ParagraphBuilder.prototype.pushStyle = function(textStyle) { argument
284 CanvasKit.ParagraphBuilder.prototype.pushPaintStyle = function(textStyle, fg, bg) { argument
Dparagraph_bindings.cpp219 SimpleTextStyle textStyle; member
533 SimpleTextStyle textStyle) { in EMSCRIPTEN_BINDINGS()
544 SkPaint background) { in EMSCRIPTEN_BINDINGS()
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2517 TextStyle textStyle; in DEF_TEST() local
2581 TextStyle textStyle; in DEF_TEST() local
2684 TextStyle textStyle; in DEF_TEST() local
2750 TextStyle textStyle; in DEF_TEST() local
2872 TextStyle textStyle; in DEF_TEST() local
2994 TextStyle textStyle; in DEF_TEST() local
3116 TextStyle textStyle; in DEF_TEST_DISABLED() local
3183 TextStyle textStyle; in DEF_TEST() local
3277 TextStyle textStyle; in DEF_TEST() local
3339 TextStyle textStyle; in DEF_TEST() local
[all …]
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp988 TextStyle textStyle; in drawText() local
1058 TextStyle textStyle; in drawText() local
1153 TextStyle textStyle; in drawText() local
1961 TextStyle textStyle; in onDrawContent() local
/external/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js602 textStyle: { property
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts928 textStyle?: TextStyle; property