Home
last modified time | relevance | path

Searched defs:FontInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
DFontInfo_ohos.h17 struct FontInfo { struct
22 FontInfo() : familyName(""), fname(""), index(0), in FontInfo() argument
30 explicit FontInfo(const FontInfo& font) in FontInfo() argument
44 explicit FontInfo(FontInfo&& font) in FontInfo() function
59 FontInfo(const char* fname, int index) in FontInfo() function
121 void setAxisSet(int count, const SkFixed* axis, in setAxisSet()
132 SkFontStyle computeFontStyle() in computeFontStyle()
149 SkString familyName; // the real family name of the font
150 SkString fname; // the full name of font file
151 int index; // the index of the font in a ttc font
[all …]
/third_party/skia/modules/skparagraph/include/
DParagraph.h167 struct FontInfo { struct
168 FontInfo(const SkFont font, const TextRange textRange) in FontInfo() function
176 struct FontInfo { argument
177 FontInfo(const RSFont font, const TextRange textRange) in FontInfo() function
181 RSFont fFont;
182 TextRange fTextRange;
/third_party/skia/modules/skottie/src/
DSkottiePriv.h67 struct FontInfo { struct
77 const FontInfo* findFont(const SkString& name) const; argument
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dfont_info.cc57 FontInfo::FontInfo() in FontInfo() function in subtly::FontInfo
63 FontInfo::FontInfo(CharacterMap* chars_to_glyph_ids, in FontInfo() function in subtly::FontInfo
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java55 public class FontInfo { class
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dpsaux.h1304 AFM_FontInfo FontInfo; member
/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1752 stbtt_fontinfo FontInfo; member