Home
last modified time | relevance | path

Searched refs:getFontID (Results 1 – 7 of 7) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dtextsampleentry.cpp159 OSCL_EXPORT_REF uint16 TextSampleEntry::getFontID() in getFontID() function in TextSampleEntry
163 return _pStyleRecord-> getFontID(); in getFontID()
Doma2boxes.cpp1185 OSCL_EXPORT_REF uint16 EnctBox::getFontID() in getFontID() function in EnctBox
1189 return _pStyleRecord-> getFontID(); in getFontID()
/external/opencore/fileformats/mp4/parser/include/
Dfontrecord.h34 uint16 getFontID() in getFontID() function
Dstylerecord.h43 uint16 getFontID() in getFontID() function
Dtextsampleentry.h85 OSCL_IMPORT_REF uint16 getFontID();
Doma2boxes.h305 OSCL_IMPORT_REF uint16 getFontID();
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp5491 textse_ptr->iStyleFontID = textsampleentry->getFontID(); in UpdateTextSampleEntry()
5518 textse_ptr->iFontRecordList[i].iFontID = fontrec->getFontID(); in UpdateTextSampleEntry()