Lines Matching defs:Display
4061 const Chapters::Display* Chapters::Atom::GetDisplay(int index) const {
4098 Display& d = m_displays[--m_displays_count];
4122 if (id == 0x00) { // Display ID
4197 Display& d = m_displays[m_displays_count++];
4209 Display* const displays = new (std::nothrow) Display[size];
4225 Chapters::Display::Display() {}
4227 Chapters::Display::~Display() {}
4229 const char* Chapters::Display::GetString() const { return m_string; }
4231 const char* Chapters::Display::GetLanguage() const { return m_language; }
4233 const char* Chapters::Display::GetCountry() const { return m_country; }
4235 void Chapters::Display::Init() {
4241 void Chapters::Display::ShallowCopy(Display& rhs) const {
4247 void Chapters::Display::Clear() {
4258 long Chapters::Display::Parse(IMkvReader* pReader, long long pos,