HomeSort by relevance Sort by last modified time
    Searched defs:FontIdentity (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h 46 struct FontIdentity {
47 FontIdentity() : fID(0), fTTCIndex(0) {}
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>*) {
  /external/skia/include/ports/
SkFontConfigInterface.h 46 struct FontIdentity {
47 FontIdentity() : fID(0), fTTCIndex(0) {}
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 117 milliseconds