Searched refs:FontWeight (Results 1 – 19 of 19) sorted by relevance
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 499 readonly FontWeight: FontWeightEnumValues; property 604 weight?: FontWeight; 3753 export type FontWeight = EmbindEnumEntity; alias 3892 Invisible: FontWeight; 3893 Thin: FontWeight; 3894 ExtraLight: FontWeight; 3895 Light: FontWeight; 3896 Normal: FontWeight; 3897 Medium: FontWeight; 3898 SemiBold: FontWeight; [all …]
|
/external/pdfium/testing/resources/pixel/ |
D | bug_845697.in | 44 /FontWeight 400
|
D | bug_1388_2.in | 57 /FontWeight 400
|
D | bug_1388_3.in | 59 /FontWeight 700
|
/external/pdfium/testing/resources/ |
D | font_weight.in | 78 /FontWeight 400
|
/external/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 641 weight: CanvasKit.FontWeight.Light, 656 weight: CanvasKit.FontWeight.Bold, 698 weight: CanvasKit.FontWeight.Light, 713 weight: CanvasKit.FontWeight.Bold, 912 weight: CanvasKit.FontWeight.Bold, 963 weight: CanvasKit.FontWeight.Bold,
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_css.h | 98 FontWeight, enumerator
|
D | cfx_cssdata.cpp | 80 {PROP(CFX_CSSProperty::FontWeight,
|
D | cfx_cssstyleselector.cpp | 217 case CFX_CSSProperty::FontWeight: in ApplyProperty()
|
D | cfx_cssdeclaration.cpp | 630 AddPropertyHolder(CFX_CSSProperty::FontWeight, pWeight, bImportant); in ParseFontProperty()
|
/external/skia/modules/svg/src/ |
D | SkSVGNode.cpp | 111 || PARSE_AND_SET("font-weight" , FontWeight) in parseAndSetAttribute()
|
D | SkSVGRenderContext.cpp | 221 ApplyLazyInheritedAttribute(FontWeight); in applyPresentationAttributes()
|
/external/llvm-project/llvm/tools/llvm-rc/ |
D | ResourceScriptParser.cpp | 823 uint32_t FontWeight = 0; in parseFontStmt() local 830 FontWeight = (*Args)[0]; in parseFontStmt() 837 return std::make_unique<FontStmt>(*SizeResult, *NameResult, FontWeight, in parseFontStmt()
|
D | ResourceScriptStmt.h | 902 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight, in FontStmt() argument 904 : Size(FontSize), Weight(FontWeight), Charset(FontCharset), in FontStmt()
|
/external/skia/modules/svg/include/ |
D | SkSVGNode.h | 125 SVG_PRES_ATTR(FontWeight , SkSVGFontWeight, true)
|
/external/skia/modules/canvaskit/ |
D | paragraph.js | 84 s['weight'] = CanvasKit.FontWeight.Normal;
|
D | externs.js | 856 FontWeight: { property
|
/external/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 631 weight: CanvasKit.FontWeight.Bold,
|
/external/skia/site/docs/user/modules/ |
D | quickstart.md | 357 fontStyle: {'weight': CanvasKit.FontWeight.Bold},
|