OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tupleIndex
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/truetype/
ttgxvar.c
546
/*
tupleIndex
:: A flag saying whether this is an intermediate */
563
FT_UShort
tupleIndex
,
604
else if ( !(
tupleIndex
& GX_TI_INTERMEDIATE_TUPLE ) )
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c
546
/*
tupleIndex
:: A flag saying whether this is an intermediate */
563
FT_UShort
tupleIndex
,
604
else if ( !(
tupleIndex
& GX_TI_INTERMEDIATE_TUPLE ) )
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
_k_e_r_n.py
36
length, coverage,
tupleIndex
= struct.unpack(">lHH", data[:8])
Completed in 273 milliseconds