OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tupleIndex
(Results
1 - 5
of
5
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
_k_e_r_n.py
127
tupleIndex
= None
131
length, coverage, subtableFormat,
tupleIndex
= struct.unpack(
136
self.
tupleIndex
=
tupleIndex
198
if self.
tupleIndex
is None:
202
log.warning("'
tupleIndex
' is None; default to 0")
203
self.
tupleIndex
= 0
206
">LBBH", length, self.coverage, self.format, self.
tupleIndex
)
212
if self.
tupleIndex
is None:
213
log.warning("'
tupleIndex
' is None; default to 0"
[
all
...]
/external/fonttools/Tests/ttLib/tables/
_k_e_r_n_test.py
44
'0000 ' # 14:
tupleIndex
=0
57
'<kernsubtable coverage="0" format="0"
tupleIndex
="0">',
100
'0000 ' # 14:
tupleIndex
=0
105
'0000 ' # 26:
tupleIndex
=0
174
assert st.
tupleIndex
== (0 if st.apple else None)
197
st.
tupleIndex
= 0 if apple else None
226
assert st.
tupleIndex
== (0 if st.apple else None)
249
st.
tupleIndex
= 0 if apple else None
395
st.
tupleIndex
= None
/external/freetype/src/gxvalid/
gxvkern.c
751
FT_UShort
tupleIndex
= 0; /* Apple only */
772
tupleIndex
= 0;
784
tupleIndex
= 0;
792
tupleIndex
= FT_NEXT_USHORT( p );
796
GXV_TRACE(( "Subtable
tupleIndex
= %d\n",
tupleIndex
));
/external/freetype/src/truetype/
ttgxvar.c
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-kern-table.hh
244
HBUINT16
tupleIndex
; /* The tuple index (used for variations fonts).
Completed in 178 milliseconds