Lines Matching defs:SimpleParagraphStyle
210 struct SimpleParagraphStyle {
223 para::ParagraphStyle toParagraphStyle(const SimpleParagraphStyle& s) {
435 optional_override([](SimpleParagraphStyle style, sk_sp<SkFontMgr> fontMgr)
448 optional_override([](SimpleParagraphStyle style,
577 value_object<SimpleParagraphStyle>("ParagraphStyle")
578 .field("disableHinting", &SimpleParagraphStyle::disableHinting)
579 .field("_ellipsisPtr", &SimpleParagraphStyle::ellipsisPtr)
580 .field("_ellipsisLen", &SimpleParagraphStyle::ellipsisLen)
581 .field("heightMultiplier", &SimpleParagraphStyle::heightMultiplier)
582 .field("maxLines", &SimpleParagraphStyle::maxLines)
583 .field("textAlign", &SimpleParagraphStyle::textAlign)
584 .field("textDirection", &SimpleParagraphStyle::textDirection)
585 .field("textHeightBehavior", &SimpleParagraphStyle::textHeightBehavior)
586 .field("textStyle", &SimpleParagraphStyle::textStyle)
587 .field("strutStyle", &SimpleParagraphStyle::strutStyle);