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

  /external/opencore/fileformats/mp4/parser/src/
fonttableatom.cpp 23 typedef Oscl_Vector<FontRecord*, OsclMemAllocator> fontRecordVecType;
43 PV_MP4_FF_NEW(fp->auditCB, fontRecordVecType, (), _pFontRecordArray);
96 PV_MP4_FF_TEMPLATED_DELETE(NULL, fontRecordVecType, Oscl_Vector, _pFontRecordArray);
  /external/opencore/fileformats/mp4/composer/src/
fonttableatom.cpp 27 typedef Oscl_Vector<PVA_FF_FontRecord*, OsclMemAllocator> fontRecordVecType;
33 PV_MP4_FF_NEW(fp->auditCB, fontRecordVecType, (), _pFontRecordArray);
136 PV_MP4_FF_TEMPLATED_DELETE(NULL, fontRecordVecType, Oscl_Vector, _pFontRecordArray);
  /external/opencore/fileformats/mp4/composer/include/
fonttableatom.h 36 typedef Oscl_Vector<PVA_FF_FontRecord*, OsclMemAllocator> fontRecordVecType;

Completed in 373 milliseconds