OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_strings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c
167
FT_Char**
name_strings
= 0;
local
227
if ( FT_NEW_ARRAY(
name_strings
, num_names ) )
256
if ( FT_NEW_ARRAY(
name_strings
[n], len + 1 ) ||
257
FT_STREAM_READ(
name_strings
[n], len ) )
260
name_strings
[n][len] = '\0';
270
if ( FT_NEW_ARRAY(
name_strings
[n], 1 ) )
273
name_strings
[n][0] = '\0';
285
table->glyph_names =
name_strings
;
295
FT_FREE(
name_strings
[n] );
299
FT_FREE(
name_strings
);
[
all
...]
/external/freetype/src/sfnt/
ttpost.c
167
FT_Char**
name_strings
= 0;
local
227
if ( FT_NEW_ARRAY(
name_strings
, num_names ) )
256
if ( FT_NEW_ARRAY(
name_strings
[n], len + 1 ) ||
257
FT_STREAM_READ(
name_strings
[n], len ) )
260
name_strings
[n][len] = '\0';
270
if ( FT_NEW_ARRAY(
name_strings
[n], 1 ) )
273
name_strings
[n][0] = '\0';
285
table->glyph_names =
name_strings
;
295
FT_FREE(
name_strings
[n] );
299
FT_FREE(
name_strings
);
[
all
...]
Completed in 312 milliseconds