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

  /external/opencore/fileformats/mp4/composer/src/
stylerecord.cpp 24 PVA_FF_StyleRecord::PVA_FF_StyleRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 's'))
35 PVA_FF_StyleRecord::PVA_FF_StyleRecord(uint16 StartChar, uint16 EndChar, uint16 FontID, uint8 FontSizeFlag, uint8 FontSize, uint8* Trgba)
52 void PVA_FF_StyleRecord::setStartChar(uint16 startchar)
60 void PVA_FF_StyleRecord::setEndChar(uint16 endchar)
68 void PVA_FF_StyleRecord::setFontID(uint16 FontID)
76 void PVA_FF_StyleRecord::setFontStyleFlags(uint8 flag)
84 void PVA_FF_StyleRecord::setFontSize(uint8 FontSize)
92 void PVA_FF_StyleRecord::setTextColourRGBA(uint8* RGBA
    [all...]
textsampleentry.cpp 50 PV_MP4_FF_DELETE(NULL, PVA_FF_StyleRecord, _pStyleRecord);
74 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_StyleRecord, (), _pStyleRecord);
  /external/opencore/fileformats/mp4/composer/include/
stylerecord.h 25 class PVA_FF_StyleRecord : public PVA_FF_Atom
29 PVA_FF_StyleRecord(); // Default constructor
30 PVA_FF_StyleRecord(uint16 StartChar, uint16 EndChar, uint16 FontID, uint8 FontSizeFlag, uint8 FontSize, uint8* Trgba); // Default constructor
31 virtual ~PVA_FF_StyleRecord(); // Destructor
textsampleentry.h 30 class PVA_FF_StyleRecord;
83 PVA_FF_StyleRecord *_pStyleRecord;
textsamplemodifiers.h 43 PVA_FF_StyleRecord* getStyleRecordAt(int32 index)
59 Oscl_Vector<PVA_FF_StyleRecord *, OsclMemAllocator> *_pStyleRecordVec;

Completed in 655 milliseconds