Searched refs:fTTCIndex (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/ports/
H A DSkFontConfigInterface.h48 FontIdentity() : fID(0), fTTCIndex(0) {}
52 fTTCIndex == other.fTTCIndex &&
60 int32_t fTTCIndex; member in struct:SkFontConfigInterface::FontIdentity
105 return SkTypeface::CreateFromStream(this->openStream(identity), identity.fTTCIndex);
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp27 size_t size = sizeof(fID) + sizeof(fTTCIndex);
34 buffer.write32(fTTCIndex);
52 (void)buffer.readS32(&fTTCIndex);
71 iden->fTTCIndex = 2;
522 outIdentity->fTTCIndex = face_index;
H A DSkFontHost_fontconfig.cpp222 *ttcIndex = this->getIdentity().fTTCIndex;

Completed in 366 milliseconds