HomeSort by relevance Sort by last modified time
    Searched refs:FontIdentity (Results 1 - 5 of 5) 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/skia/src/ports/
SkFontConfigInterface_direct.h 21 FontIdentity* outFontIdentifier,
25 SkStreamAsset* openStream(const FontIdentity&) override;
SkFontConfigTypeface.h 18 SkFontConfigInterface::FontIdentity fIdentity;
24 const SkFontConfigInterface::FontIdentity& fi,
37 const SkFontConfigInterface::FontIdentity& getIdentity() const {
43 const SkFontConfigInterface::FontIdentity& fi,
SkFontMgr_FontConfigInterface.cpp 40 const SkFontConfigInterface::FontIdentity& id = this->getIdentity();
146 typedef SkFontConfigInterface::FontIdentity FontIdentity;
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 cache
    [all...]
SkFontConfigInterface_direct.cpp 76 size_t SkFontConfigInterface::FontIdentity::writeToMemory(void* addr) const {
97 size_t SkFontConfigInterface::FontIdentity::readFromMemory(const void* addr,
119 static void make_iden(SkFontConfigInterface::FontIdentity* iden) {
126 static void test_writeToMemory(const SkFontConfigInterface::FontIdentity& iden0,
128 SkFontConfigInterface::FontIdentity iden1;
145 SkFontConfigInterface::FontIdentity iden0, iden1;
588 FontIdentity* outIdentity,
692 SkStreamAsset* SkFontConfigInterfaceDirect::openStream(const FontIdentity& identity) {

Completed in 108 milliseconds