Searched defs:FontIdentity (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/ports/
H A DSkFontConfigInterface.h46 struct FontIdentity { struct in class:SkFontConfigInterface
47 FontIdentity() : fID(0), fTTCIndex(0) {} function in struct:SkFontConfigInterface::FontIdentity
49 bool operator==(const FontIdentity& other) const {
54 bool operator!=(const FontIdentity& other) const {
84 FontIdentity* outFontIdentifier,
93 virtual SkStreamAsset* openStream(const FontIdentity&) = 0;
96 * Return an SkTypeface for the given FontIdentity.
101 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) {
/external/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp40 const SkFontConfigInterface::FontIdentity& id = this->getIdentity();
146 typedef SkFontConfigInterface::FontIdentity FontIdentity; typedef
148 FontIdentity* identity = static_cast<FontIdentity*>(ctx);
275 SkFontConfigInterface::FontIdentity identity;
284 // Check if a typeface with this FontIdentity is already in the FontIdentity cache.
288 // Add this FontIdentity to the FontIdentity cach
[all...]

Completed in 117 milliseconds