Home
last modified time | relevance | path

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

/external/skia/include/ports/
DSkFontConfigInterface.h49 FontIdentity() : fID(0), fTTCIndex(0) {} in FontIdentity()
53 fTTCIndex == other.fTTCIndex &&
61 int32_t fTTCIndex; member
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp22 size_t size = sizeof(fID) + sizeof(fTTCIndex); in writeToMemory()
29 buffer.write32(fTTCIndex); in writeToMemory()
47 (void)buffer.readS32(&fTTCIndex); in readFromMemory()
66 iden->fTTCIndex = 2; in make_iden()
544 outIdentity->fTTCIndex = face_index; in matchFamilyName()
700 outIdentity->fTTCIndex = face_index; in matchFamilySet()
DSkFontHost_fontconfig.cpp145 *ttcIndex = this->getIdentity().fTTCIndex; in onOpenStream()
158 desc->setFontIndex(this->getIdentity().fTTCIndex); in onGetFontDescriptor()