Searched refs:kSemiExpanded_Width (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/core/ |
D | SkFontStyle.h | 38 kSemiExpanded_Width = 6, enumerator
|
/external/skia/modules/canvaskit/ |
D | paragraph_bindings_gen.cpp | 56 .value("SemiExpanded", SkFontStyle::Width::kSemiExpanded_Width) in EMSCRIPTEN_BINDINGS()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 422 { FC_WIDTH_SEMIEXPANDED, SkFS::kSemiExpanded_Width }, in skfontstyle_from_fcpattern() 466 { SkFS::kSemiExpanded_Width, FC_WIDTH_SEMIEXPANDED }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fuchsia.cpp | 133 case SkFontStyle::Width::kSemiExpanded_Width: in SkToFuchsiaWidth() 170 return SkFontStyle::Width::kSemiExpanded_Width; in FuchsiaToSkWidth()
|
D | SkFontMgr_fontconfig.cpp | 334 { FC_WIDTH_SEMIEXPANDED, SkFS::kSemiExpanded_Width }, in skfontstyle_from_fcpattern() 381 { SkFS::kSemiExpanded_Width, FC_WIDTH_SEMIEXPANDED }, in fcpattern_from_skfontstyle()
|