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

  /external/opencore/fileformats/mp4/composer/src/
fonttableatom.cpp 29 PVA_FF_FontTableAtom::PVA_FF_FontTableAtom() : PVA_FF_Atom(FourCharConstToUint32('f', 't', 'a', 'b'))
37 void PVA_FF_FontTableAtom::setFontListSize(uint16 FontListSize)
46 void PVA_FF_FontTableAtom::setFontRecord(uint16 FontListID, uint16 FontId, int8 FontLength, uint8* FontName)
65 bool PVA_FF_FontTableAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp)
97 void PVA_FF_FontTableAtom::recomputeSize()
119 uint32 PVA_FF_FontTableAtom::getSize()
127 PVA_FF_FontTableAtom::~PVA_FF_FontTableAtom()
textsampleentry.cpp 51 PV_MP4_FF_DELETE(NULL, PVA_FF_FontTableAtom, _pFontTableAtom);
75 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_FontTableAtom, (), _pFontTableAtom);
  /external/opencore/fileformats/mp4/composer/include/
fonttableatom.h 38 class PVA_FF_FontTableAtom : public PVA_FF_Atom
42 PVA_FF_FontTableAtom(); // Default constructor
43 virtual ~PVA_FF_FontTableAtom(); // Destructor
textsampleentry.h 31 class PVA_FF_FontTableAtom;
84 PVA_FF_FontTableAtom *_pFontTableAtom;

Completed in 1755 milliseconds