OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_axis
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/truetype/
ttgxvar.h
74
/*
num_axis
:: The number of axes along which interpolation */
83
FT_UInt
num_axis
;
member in struct:GX_BlendRec_
93
FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][
num_axis
] */
ttgxvar.c
306
axisCount != (FT_Long)blend->mmvar->
num_axis
)
413
gvar_head.axisCount != (FT_UShort)blend->mmvar->
num_axis
)
509
for ( i = 0; i < blend->
num_axis
; ++i )
712
mmvar->
num_axis
=
794
(FT_Var_Named_Style*)&(mmvar->axis[mmvar->
num_axis
]);
801
next_coords += mmvar->
num_axis
;
806
for ( n = 0; n < mmvar->
num_axis
; ++n )
[
all
...]
/external/freetype/include/freetype/
ftmm.h
94
/*
num_axis
:: Number of axes. Cannot exceed~4. */
96
/* num_designs :: Number of designs; should be normally 2^
num_axis
*/
105
FT_UInt
num_axis
;
member in struct:FT_Multi_Master_
190
/*
num_axis
:: The number of axes. The maximum value is~4 for */
194
/* 2^
num_axis
for MM fonts. Not meaningful for GX */
212
FT_UInt
num_axis
;
member in struct:FT_MM_Var_
t1tables.h
265
FT_UInt
num_axis
;
member in struct:PS_BlendRec_
Completed in 1581 milliseconds