OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastGlyph
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz/src/
harfbuzz-gdef.h
83
`
LastGlyph
' is identical to the number of glyphs minus one in the
107
HB_UShort
LastGlyph
;
harfbuzz-gdef.c
73
gdef->
LastGlyph
= 0;
661
if ( glyphID >= gdef->
LastGlyph
)
938
gdef->
LastGlyph
= num_glyphs - 1;
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.h
83
`
LastGlyph
' is identical to the number of glyphs minus one in the
107
HB_UShort
LastGlyph
;
harfbuzz-gdef.c
73
gdef->
LastGlyph
= 0;
661
if ( glyphID >= gdef->
LastGlyph
)
938
gdef->
LastGlyph
= num_glyphs - 1;
Completed in 460 milliseconds