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

/external/chromium_org/third_party/skia/include/ports/
H A DSkFontConfigInterface.h48 struct FontIdentity { struct in class:SkFontConfigInterface
49 FontIdentity() : fID(0), fTTCIndex(0) {} function in struct:SkFontConfigInterface::FontIdentity
51 bool operator==(const FontIdentity& other) const {
56 bool operator!=(const FontIdentity& other) const {
86 FontIdentity* outFontIdentifier,
95 virtual SkStream* openStream(const FontIdentity&) = 0;
110 SkTArray<FontIdentity>*) {
/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 SkStream* openStream(const FontIdentity&) = 0;
106 SkTArray<FontIdentity>*) {

Completed in 1731 milliseconds