HomeSort by relevance Sort by last modified time
    Searched defs:PVA_FF_FontTableAtom (Results 1 - 2 of 2) 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()
  /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

Completed in 5218 milliseconds