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

  /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 SkStreamAsset* openStream(const FontIdentity&) = 0;
96 * Return an SkTypeface for the given FontIdentity.
101 virtual sk_sp<SkTypeface> makeTypeface(const FontIdentity& identity) {
  /external/skqp/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 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/
SkFontMgr_FontConfigInterface.cpp 40 const SkFontConfigInterface::FontIdentity& id = this->getIdentity();
146 typedef SkFontConfigInterface::FontIdentity FontIdentity;
148 FontIdentity* identity = static_cast<FontIdentity*>(ctx);
277 SkFontConfigInterface::FontIdentity identity;
286 // Check if a typeface with this FontIdentity is already in the FontIdentity cache.
290 // Add this FontIdentity to the FontIdentity cache
    [all...]
  /external/skqp/src/ports/
SkFontMgr_FontConfigInterface.cpp 40 const SkFontConfigInterface::FontIdentity& id = this->getIdentity();
146 typedef SkFontConfigInterface::FontIdentity FontIdentity;
148 FontIdentity* identity = static_cast<FontIdentity*>(ctx);
277 SkFontConfigInterface::FontIdentity identity;
286 // Check if a typeface with this FontIdentity is already in the FontIdentity cache.
290 // Add this FontIdentity to the FontIdentity cache
    [all...]

Completed in 1111 milliseconds