OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyph_indices
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/sfnt/
ttpost.c
166
FT_UShort*
glyph_indices
= NULL;
local
190
if ( FT_NEW_ARRAY (
glyph_indices
, num_glyphs ) ||
195
glyph_indices
[n] = FT_GET_USHORT();
212
idx =
glyph_indices
[n];
287
table->
glyph_indices
=
glyph_indices
;
303
FT_FREE(
glyph_indices
);
435
FT_FREE( table->
glyph_indices
);
531
FT_UShort name_index = table->
glyph_indices
[idx];
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttpost.c
166
FT_UShort*
glyph_indices
= NULL;
local
190
if ( FT_NEW_ARRAY (
glyph_indices
, num_glyphs ) ||
195
glyph_indices
[n] = FT_GET_USHORT();
212
idx =
glyph_indices
[n];
287
table->
glyph_indices
=
glyph_indices
;
303
FT_FREE(
glyph_indices
);
435
FT_FREE( table->
glyph_indices
);
531
FT_UShort name_index = table->
glyph_indices
[idx];
/external/pdfium/third_party/freetype/src/sfnt/
ttpost.c
166
FT_UShort*
glyph_indices
= NULL;
local
190
if ( FT_NEW_ARRAY (
glyph_indices
, num_glyphs ) ||
195
glyph_indices
[n] = FT_GET_USHORT();
212
idx =
glyph_indices
[n];
287
table->
glyph_indices
=
glyph_indices
;
303
FT_FREE(
glyph_indices
);
435
FT_FREE( table->
glyph_indices
);
531
FT_UShort name_index = table->
glyph_indices
[idx];
/external/freetype/include/internal/
tttypes.h
757
FT_UShort*
glyph_indices
;
member in struct:TT_Post_20Rec_
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
tttypes.h
757
FT_UShort*
glyph_indices
;
member in struct:TT_Post_20Rec_
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h
757
FT_UShort*
glyph_indices
;
member in struct:TT_Post_20Rec_
[
all
...]
Completed in 286 milliseconds