Searched refs:TextStyleBox (Results 1 – 2 of 2) sorted by relevance
29 class TextStyleBox : public Atom33 TextStyleBox(uint8 *buf); // Default constructor34 virtual ~TextStyleBox(); // Destructor253 TextStyleBox *_pTextStyleBox;280 TextStyleBox* getTextStyleBoxAt(int32 index);
27 TextStyleBox:: TextStyleBox(uint8 *buf) : Atom(buf) in TextStyleBox() function in TextStyleBox68 TextStyleBox::~TextStyleBox() in ~TextStyleBox()443 TextStyleBox *pStyleBox = NULL; in TextSampleModifiers()444 PV_MP4_FF_NEW(fp->auditCB, TextStyleBox, (buf), pStyleBox); in TextSampleModifiers()450 PV_MP4_FF_DELETE(NULL, TextStyleBox, pStyleBox); in TextSampleModifiers()669 TextStyleBox* TextSampleModifiers::getTextStyleBoxAt(int32 index) in getTextStyleBoxAt()