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

/external/skia/include/ports/
H A DSkFontConfigInterface.h47 struct FontIdentity { struct in class:SkFontConfigInterface
48 FontIdentity() : fID(0), fTTCIndex(0) {} function in struct:SkFontConfigInterface::FontIdentity
50 bool operator==(const FontIdentity& other) const {
55 bool operator!=(const FontIdentity& other) const {
85 FontIdentity* outFontIdentifier,
94 virtual SkStreamAsset* openStream(const FontIdentity&) = 0;
97 * Return an SkTypeface for the given FontIdentity.
102 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 251 milliseconds