Home
last modified time | relevance | path

Searched refs:FontWeight (Results 1 – 19 of 19) sorted by relevance

/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts499 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/
Dbug_845697.in44 /FontWeight 400
Dbug_1388_2.in57 /FontWeight 400
Dbug_1388_3.in59 /FontWeight 700
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js641 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/testing/resources/
Dfont_weight.in78 /FontWeight 400
/external/pdfium/core/fxcrt/css/
Dcfx_css.h98 FontWeight, enumerator
Dcfx_cssdata.cpp80 {PROP(CFX_CSSProperty::FontWeight,
Dcfx_cssdeclaration.cpp630 AddPropertyHolder(CFX_CSSProperty::FontWeight, pWeight, bImportant); in ParseFontProperty()
Dcfx_cssstyleselector.cpp217 case CFX_CSSProperty::FontWeight: in ApplyProperty()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptParser.cpp823 uint32_t FontWeight = 0; in parseFontStmt() local
830 FontWeight = (*Args)[0]; in parseFontStmt()
837 return std::make_unique<FontStmt>(*SizeResult, *NameResult, FontWeight, in parseFontStmt()
DResourceScriptStmt.h902 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/src/
DSkSVGNode.cpp111 || PARSE_AND_SET("font-weight" , FontWeight) in parseAndSetAttribute()
DSkSVGRenderContext.cpp221 ApplyLazyInheritedAttribute(FontWeight); in applyPresentationAttributes()
/external/skia/modules/svg/include/
DSkSVGNode.h125 SVG_PRES_ATTR(FontWeight , SkSVGFontWeight, true)
/external/skia/modules/canvaskit/
Dparagraph.js84 s['weight'] = CanvasKit.FontWeight.Normal;
Dexterns.js856 FontWeight: { property
/external/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js631 weight: CanvasKit.FontWeight.Bold,
/external/skia/site/docs/user/modules/
Dquickstart.md357 fontStyle: {'weight': CanvasKit.FontWeight.Bold},