OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_axis
(Results
1 - 9
of
9
) sorted by null
/external/freetype/include/freetype/
ftmm.h
95
/*
num_axis
:: Number of axes. Cannot exceed~4. */
97
/* num_designs :: Number of designs; should be normally 2^
num_axis
*/
106
FT_UInt
num_axis
;
member in struct:FT_Multi_Master_
204
/*
num_axis
:: The number of axes. The maximum value is~4 for */
209
/* 2^
num_axis
for Adobe MM fonts. Not meaningful */
237
FT_UInt
num_axis
;
member in struct:FT_MM_Var_
t1tables.h
301
FT_UInt
num_axis
;
member in struct:PS_BlendRec_
[
all
...]
/external/pdfium/third_party/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
301
FT_UInt
num_axis
;
member in struct:PS_BlendRec_
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
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
301
FT_UInt
num_axis
;
member in struct:PS_BlendRec_
[
all
...]
/external/pdfium/third_party/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
] */
/external/pdfium/third_party/freetype/src/type1/
t1load.c
105
FT_UInt
num_axis
)
158
if (
num_axis
> 0 )
160
if ( blend->
num_axis
!= 0 && blend->
num_axis
!=
num_axis
)
163
blend->
num_axis
=
num_axis
;
168
num_axis
= blend->
num_axis
;
169
if ( num_designs &&
num_axis
&& blend->design_pos[0] == 0
520
FT_UInt
num_axis
= blend->
num_axis
;
local
569
FT_Int n,
num_axis
;
local
646
FT_Int
num_axis
;
local
747
FT_Int n,
num_axis
;
local
[
all
...]
/external/freetype/src/truetype/
ttgxvar.h
220
/*
num_axis
:: The number of axes along which interpolation */
229
FT_UInt
num_axis
;
member in struct:GX_BlendRec_
251
FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][
num_axis
] */
Completed in 136 milliseconds