OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ft_standard_glyph_names
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/psnames/
pstables.h
22
static const char
ft_standard_glyph_names
[3696] =
variable
449
/* Values are offsets into the `
ft_standard_glyph_names
' table */
477
/* Values are offsets into the `
ft_standard_glyph_names
' table */
[
all
...]
psmodule.c
510
return
ft_standard_glyph_names
+ ft_mac_names[name_index];
520
return
ft_standard_glyph_names
+ ft_sid_names[sid];
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psnames/
pstables.h
22
static const char
ft_standard_glyph_names
[3696] =
variable
449
/* Values are offsets into the `
ft_standard_glyph_names
' table */
477
/* Values are offsets into the `
ft_standard_glyph_names
' table */
[
all
...]
psmodule.c
510
return
ft_standard_glyph_names
+ ft_mac_names[name_index];
520
return
ft_standard_glyph_names
+ ft_sid_names[sid];
/external/pdfium/third_party/freetype/src/psnames/
pstables.h
22
static const char
ft_standard_glyph_names
[3696] =
variable
449
/* Values are offsets into the `
ft_standard_glyph_names
' table */
477
/* Values are offsets into the `
ft_standard_glyph_names
' table */
[
all
...]
psmodule.c
510
return
ft_standard_glyph_names
+ ft_mac_names[name_index];
520
return
ft_standard_glyph_names
+ ft_sid_names[sid];
Completed in 2212 milliseconds