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/freetype/src/sfnt/
ttpost.c
167
FT_Char**
name_strings
= NULL;
local
227
if ( FT_NEW_ARRAY(
name_strings
, num_names ) )
259
if ( FT_NEW_ARRAY(
name_strings
[n], len + 1 ) ||
260
FT_STREAM_READ(
name_strings
[n], len ) )
263
name_strings
[n][len] = '\0';
273
if ( FT_NEW_ARRAY(
name_strings
[n], 1 ) )
276
name_strings
[n][0] = '\0';
288
table->glyph_names =
name_strings
;
298
FT_FREE(
name_strings
[n] );
302
FT_FREE(
name_strings
);
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
ttpost.c
167
FT_Char**
name_strings
= NULL;
local
227
if ( FT_NEW_ARRAY(
name_strings
, num_names ) )
259
if ( FT_NEW_ARRAY(
name_strings
[n], len + 1 ) ||
260
FT_STREAM_READ(
name_strings
[n], len ) )
263
name_strings
[n][len] = '\0';
273
if ( FT_NEW_ARRAY(
name_strings
[n], 1 ) )
276
name_strings
[n][0] = '\0';
288
table->glyph_names =
name_strings
;
298
FT_FREE(
name_strings
[n] );
302
FT_FREE(
name_strings
);
[
all
...]
Completed in 170 milliseconds