OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_glyph
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/sfnt/
ttsbit.c
354
if ( range->
last_glyph
< range->first_glyph )
360
num_glyphs = range->
last_glyph
- range->first_glyph + 1L;
558
range->
last_glyph
= FT_GET_USHORT();
732
glyph_index <= (FT_UInt)range->
last_glyph
)
[
all
...]
/external/freetype/include/freetype/internal/
tttypes.h
564
/*
last_glyph
:: The last glyph index in the range. */
592
FT_UShort
last_glyph
;
member in struct:TT_SBit_RangeRec_
[
all
...]
Completed in 387 milliseconds