OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numLangTagRecords
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/sfnt/
ttload.c
913
FT_READ_USHORT( table->
numLangTagRecords
) )
916
storage_start += 2 + 4 * table->
numLangTagRecords
;
919
if ( FT_NEW_ARRAY( table->langTags, table->
numLangTagRecords
) ||
920
FT_FRAME_ENTER( table->
numLangTagRecords
* 4 ) )
926
TT_LangTag limit = FT_OFFSET( entry, table->
numLangTagRecords
);
982
if ( entry->languageID - 0x8000U >= table->
numLangTagRecords
||
1045
TT_LangTag limit = entry + table->
numLangTagRecords
;
1055
table->
numLangTagRecords
= 0;
/xsrc/external/mit/freetype/dist/src/base/
ftsnames.c
111
langID - 0x8000U < ttface->name_table.
numLangTagRecords
)
/xsrc/external/mit/freetype/dist/include/freetype/internal/
tttypes.h
292
*
numLangTagRecords
::
307
FT_UInt
numLangTagRecords
;
Completed in 9 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026