/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 42 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 83 this->fontStyle(), in onMakeClone() 110 this->fontStyle(), in onMakeClone() 131 *style = fStyles[index]->fontStyle(); in getStyle() 202 const SkFontStyle& fontStyle) const in onMatchFamilyStyle() 205 return sset->matchStyle(fontStyle); in onMatchFamilyStyle() 217 const SkFontStyle& fontStyle) const in onMatchFaceStyle() 222 return fFamilies[i]->matchStyle(fontStyle); in onMatchFaceStyle()
|
D | SkFontMgr_custom.h | 142 const SkFontStyle& fontStyle) const override; 147 const SkFontStyle& fontStyle) const override;
|
D | SkFontMgr_android.cpp | 90 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 111 this->fontStyle(), in onMakeClone() 161 this->fontStyle(), in onMakeClone() 254 *style = fStyles[index]->fontStyle(); in getStyle()
|
D | SkFontConfigTypeface.h | 51 this->fontStyle(), in onMakeClone()
|
/external/skqp/src/ports/ |
D | SkFontMgr_custom.cpp | 42 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 83 this->fontStyle(), in onMakeClone() 110 this->fontStyle(), in onMakeClone() 131 *style = fStyles[index]->fontStyle(); in getStyle() 202 const SkFontStyle& fontStyle) const in onMatchFamilyStyle() 205 return sset->matchStyle(fontStyle); in onMatchFamilyStyle() 217 const SkFontStyle& fontStyle) const in onMatchFaceStyle() 222 return fFamilies[i]->matchStyle(fontStyle); in onMatchFaceStyle()
|
D | SkFontMgr_custom.h | 142 const SkFontStyle& fontStyle) const override; 147 const SkFontStyle& fontStyle) const override;
|
D | SkFontMgr_android.cpp | 90 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 111 this->fontStyle(), in onMakeClone() 161 this->fontStyle(), in onMakeClone() 254 *style = fStyles[index]->fontStyle(); in getStyle()
|
D | SkFontConfigTypeface.h | 51 this->fontStyle(), in onMakeClone()
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 136 SkFontStyle fontStyle) { in MakeFromName() argument 137 if (nullptr == name && (fontStyle.slant() == SkFontStyle::kItalic_Slant || in MakeFromName() 138 fontStyle.slant() == SkFontStyle::kUpright_Slant) && in MakeFromName() 139 (fontStyle.weight() == SkFontStyle::kBold_Weight || in MakeFromName() 140 fontStyle.weight() == SkFontStyle::kNormal_Weight)) { in MakeFromName() 142 (fontStyle.slant() == SkFontStyle::kItalic_Slant ? SkTypeface::kItalic : in MakeFromName() 144 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold : in MakeFromName() 147 return SkFontMgr::RefDefault()->legacyMakeTypeface(name, fontStyle); in MakeFromName()
|
D | SkTypefaceCache.cpp | 88 SkFontStyle s = face->fontStyle(); in DumpProc()
|
/external/skqp/src/core/ |
D | SkTypeface.cpp | 136 SkFontStyle fontStyle) { in MakeFromName() argument 137 if (nullptr == name && (fontStyle.slant() == SkFontStyle::kItalic_Slant || in MakeFromName() 138 fontStyle.slant() == SkFontStyle::kUpright_Slant) && in MakeFromName() 139 (fontStyle.weight() == SkFontStyle::kBold_Weight || in MakeFromName() 140 fontStyle.weight() == SkFontStyle::kNormal_Weight)) { in MakeFromName() 142 (fontStyle.slant() == SkFontStyle::kItalic_Slant ? SkTypeface::kItalic : in MakeFromName() 144 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold : in MakeFromName() 147 return SkFontMgr::RefDefault()->legacyMakeTypeface(name, fontStyle); in MakeFromName()
|
D | SkTypefaceCache.cpp | 88 SkFontStyle s = face->fontStyle(); in DumpProc()
|
/external/skqp/src/fonts/ |
D | SkFontMgr_indirect.cpp | 139 const SkFontStyle& fontStyle) const { in onMatchFamilyStyle() 140 SkFontIdentity id = fProxy->matchNameStyle(familyName, fontStyle); in onMatchFamilyStyle() 155 const SkFontStyle& fontStyle) const { in onMatchFaceStyle() 158 return this->matchFamilyStyle(familyName.c_str(), fontStyle); in onMatchFaceStyle()
|
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 139 const SkFontStyle& fontStyle) const { in onMatchFamilyStyle() 140 SkFontIdentity id = fProxy->matchNameStyle(familyName, fontStyle); in onMatchFamilyStyle() 155 const SkFontStyle& fontStyle) const { in onMatchFaceStyle() 158 return this->matchFamilyStyle(familyName.c_str(), fontStyle); in onMatchFaceStyle()
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 42 const SkFontStyle& fontStyle) const override; 51 const SkFontStyle& fontStyle) const override;
|
/external/skqp/include/ports/ |
D | SkFontMgr_indirect.h | 42 const SkFontStyle& fontStyle) const override; 51 const SkFontStyle& fontStyle) const override;
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 123 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 353 if (this->fontStyle().weight() >= SkFontStyle::Bold().weight()) { in exportTtxCommon() 356 switch (this->fontStyle().slant()) { in exportTtxCommon() 368 if (this->fontStyle().width() <= SkFontStyle::kCondensed_Width) { in exportTtxCommon() 370 } else if (this->fontStyle().width() >= SkFontStyle::kExpanded_Width) { in exportTtxCommon() 439 out->writeDecAsText(this->fontStyle().weight()); in exportTtxCommon() 442 out->writeDecAsText(this->fontStyle().width()); in exportTtxCommon() 479 if (this->fontStyle().weight() >= SkFontStyle::Bold().weight()) { in exportTtxCommon() 482 switch (this->fontStyle().slant()) { in exportTtxCommon() 484 if (this->fontStyle().weight() < SkFontStyle::Bold().weight()) { in exportTtxCommon()
|
/external/skia/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 123 desc->setStyle(this->fontStyle()); in onGetFontDescriptor() 351 if (this->fontStyle().weight() >= SkFontStyle::Bold().weight()) { in exportTtxCommon() 354 switch (this->fontStyle().slant()) { in exportTtxCommon() 366 if (this->fontStyle().width() <= SkFontStyle::kCondensed_Width) { in exportTtxCommon() 368 } else if (this->fontStyle().width() >= SkFontStyle::kExpanded_Width) { in exportTtxCommon() 437 out->writeDecAsText(this->fontStyle().weight()); in exportTtxCommon() 440 out->writeDecAsText(this->fontStyle().width()); in exportTtxCommon() 477 if (this->fontStyle().weight() >= SkFontStyle::Bold().weight()) { in exportTtxCommon() 480 switch (this->fontStyle().slant()) { in exportTtxCommon() 482 if (this->fontStyle().weight() < SkFontStyle::Bold().weight()) { in exportTtxCommon()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 129 void fontStyle(const StyleType style_); 130 StyleType fontStyle(void) const;
|
/external/skqp/include/core/ |
D | SkTypeface.h | 48 SkFontStyle fontStyle() const { in fontStyle() function 119 static sk_sp<SkTypeface> MakeFromName(const char familyName[], SkFontStyle fontStyle);
|
/external/skia/include/core/ |
D | SkTypeface.h | 48 SkFontStyle fontStyle() const { in fontStyle() function 119 static sk_sp<SkTypeface> MakeFromName(const char familyName[], SkFontStyle fontStyle);
|
/external/skia/src/utils/ |
D | SkWhitelistTypefaces.cpp | 166 if (!font_name_is_local(fontName, tf->fontStyle())) { in WhitelistSerializeTypeface() 184 serialize_sub(fontName, tf->fontStyle(), wstream); in WhitelistSerializeTypeface()
|
/external/skqp/src/utils/ |
D | SkWhitelistTypefaces.cpp | 166 if (!font_name_is_local(fontName, tf->fontStyle())) { in WhitelistSerializeTypeface() 184 serialize_sub(fontName, tf->fontStyle(), wstream); in WhitelistSerializeTypeface()
|
/external/skqp/gm/ |
D | fontmgr.cpp | 31 const SkFontStyle& fontStyle) { in drawCharacter() argument 36 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle, in drawCharacter() 50 font.setTypeface(fm->legacyMakeTypeface(familyName.c_str(), typeface->fontStyle())); in drawCharacter()
|
/external/skia/gm/ |
D | fontmgr.cpp | 31 const SkFontStyle& fontStyle) { in drawCharacter() argument 36 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle, in drawCharacter() 50 font.setTypeface(fm->legacyMakeTypeface(familyName.c_str(), typeface->fontStyle())); in drawCharacter()
|