Home
last modified time | relevance | path

Searched refs:FontIdentity (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/ports/
DSkFontConfigInterface.h48 struct FontIdentity { struct
49 FontIdentity() : fID(0), fTTCIndex(0) {} in FontIdentity() argument
51 bool operator==(const FontIdentity& other) const {
56 bool operator!=(const FontIdentity& other) const {
86 FontIdentity* outFontIdentifier, argument
95 virtual SkStreamAsset* openStream(const FontIdentity&) = 0;
109 SkTArray<FontIdentity>*) { in matchFamilySet() argument
/external/skia/src/ports/
DSkFontConfigTypeface.h16 SkFontConfigInterface::FontIdentity fIdentity;
22 const SkFontConfigInterface::FontIdentity& fi, in Create()
32 const SkFontConfigInterface::FontIdentity& getIdentity() const { in getIdentity()
46 const SkFontConfigInterface::FontIdentity& fi, in FontConfigTypeface()
DSkFontHost_fontconfig.cpp82 typedef SkFontConfigInterface::FontIdentity FontIdentity; in find_by_FontIdentity() typedef
84 FontIdentity* indentity = static_cast<FontIdentity*>(ctx); in find_by_FontIdentity()
108 SkFontConfigInterface::FontIdentity indentity; in LegacyCreateTypeface()
DSkFontConfigInterface_direct.cpp21 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const { in writeToMemory()
42 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr, in readFromMemory()
64 static void make_iden(SkFontConfigInterface::FontIdentity* iden) { in make_iden()
71 static void test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0, in test_writeToMemory()
73 SkFontConfigInterface::FontIdentity iden1; in test_writeToMemory()
90 SkFontConfigInterface::FontIdentity iden0, iden1; in fontconfiginterface_unittest()
112 FontIdentity* outFontIdentifier,
115 SkStreamAsset* openStream(const FontIdentity&) override;
121 SkTArray<FontIdentity>*) override;
444 FontIdentity* outIdentity, in matchFamilyName()
[all …]