Home
last modified time | relevance | path

Searched defs:textStyle (Results 1 – 11 of 11) 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.cpp27 SkScalar Decorations::calculateThickness(const TextStyle& textStyle, const TextLine::ClipContext& c… in calculateThickness()
32 void Decorations::paint(ParagraphPainter* painter, const TextStyle& textStyle, const TextLine::Clip… in paint()
156 SkScalar baseline, SkScalar halo, const TextStyle& textStyle) { in calculateGaps()
201 void Decorations::calculateAvoidanceWaves(const TextStyle& textStyle, SkRect clip) { in calculateAvoidanceWaves()
234 void Decorations::calculateThickness(TextStyle textStyle, sk_sp<SkTypeface> typeface) { in calculateThickness()
297 void Decorations::calculatePaint(const TextStyle& textStyle) { in calculateThickness()
325 void Decorations::calculateWaves(const TextStyle& textStyle, SkRect clip) { in calculateThickness()
DParagraphImpl.cpp1289 TextStyle textStyle = paragraphStyle().getTextStyle(); in GetLineFontMetrics() local
1576 TextStyle textStyle = paragraphStyle().getTextStyle(); in GetLineFontMetrics() local
1657 for (auto& textStyle : fTextStyles) { in GetLineFontMetrics() local
1680 for (auto& textStyle : fTextStyles) { in GetLineFontMetrics() local
1691 for (auto& textStyle : fTextStyles) { in GetLineFontMetrics() local
1697 ParagraphPainter::PaintID ParagraphImpl::updateTextStyleColorAndForeground(TextStyle& textStyle, Sk… in GetLineFontMetrics()
1733 for (auto& textStyle : fTextStyles) { in GetLineFontMetrics() local
DOneLineShaper.cpp232 const TextStyle& textStyle, const TypefaceVisitor& visitor) in shapeUnresolvedTextSeparatelyFromUnresolvedBlock()
542 void OneLineShaper::matchResolvedFonts(const TextStyle& textStyle,
DTextLine.cpp1165 TextStyle textStyle = fOwner->paragraphStyle().getTextStyle(); in shapeEllipsis() local
/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/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp2581 TextStyle textStyle; in UNIX_ONLY_TEST() local
2645 TextStyle textStyle; in UNIX_ONLY_TEST() local
2748 TextStyle textStyle; in UNIX_ONLY_TEST() local
2814 TextStyle textStyle; in UNIX_ONLY_TEST() local
2936 TextStyle textStyle; in UNIX_ONLY_TEST() local
3058 TextStyle textStyle; in UNIX_ONLY_TEST() local
3180 TextStyle textStyle; in DEF_TEST_DISABLED() local
3247 TextStyle textStyle; in UNIX_ONLY_TEST() local
3341 TextStyle textStyle; in UNIX_ONLY_TEST() local
3403 TextStyle textStyle; in UNIX_ONLY_TEST() local
[all …]
/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