OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontTableAtom
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/mp4/parser/src/
fonttableatom.cpp
18
#include "
fonttableatom
.h"
25
FontTableAtom
::
FontTableAtom
(MP4_FF_FILE *fp)
68
FontTableAtom
::getFontRecordAt(uint16 index)
87
FontTableAtom
::~
FontTableAtom
()
/external/opencore/fileformats/mp4/parser/include/
fonttableatom.h
38
class
FontTableAtom
: public Atom
42
FontTableAtom
(MP4_FF_FILE *fp); // Default constructor
43
virtual ~
FontTableAtom
(); // Destructor
Completed in 682 milliseconds