Home
last modified time | relevance | path

Searched refs:foundDirEntry (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DSFNTData.cpp74 const TableDirEntry* foundDirEntry = in GetDirEntry() local
77 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
82 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
87 return foundDirEntry; in GetDirEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DSFNTData.cpp74 const TableDirEntry* foundDirEntry = in GetDirEntry() local
77 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
82 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
87 return foundDirEntry; in GetDirEntry()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DSFNTData.cpp74 const TableDirEntry* foundDirEntry = in GetDirEntry() local
77 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
82 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
87 return foundDirEntry; in GetDirEntry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DSFNTData.cpp74 const TableDirEntry* foundDirEntry = in GetDirEntry() local
77 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
82 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
87 return foundDirEntry; in GetDirEntry()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DSFNTData.cpp79 const TableDirEntry* foundDirEntry = in GetDirEntry() local
82 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
87 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
92 return foundDirEntry; in GetDirEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DSFNTData.cpp89 const TableDirEntry* foundDirEntry = in GetDirEntry() local
92 if (foundDirEntry == mEndOfDirEntries || foundDirEntry->tag != aTag) { in GetDirEntry()
97 if (mDataLength < (foundDirEntry->offset + foundDirEntry->length)) { in GetDirEntry()
102 return foundDirEntry; in GetDirEntry()