OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_count
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/autofit/
aflatin.h
93
FT_UInt
width_count
; /* number of used widths */
member in struct:AF_LatinAxisRec_
173
FT_UInt
width_count
,
183
FT_UInt
width_count
,
afcjk.h
78
FT_UInt
width_count
; /* number of used widths */
member in struct:AF_CJKAxisRec_
aflatin.c
76
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
77
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
225
axis->
width_count
= num_widths;
235
stdw = ( axis->
width_count
> 0 ) ? axis->widths[0].org
253
for ( i = 1; i < axis->
width_count
; i++ )
[
all
...]
aflatin2.c
73
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
74
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
148
axis->
width_count
= num_widths;
158
stdw = ( axis->
width_count
> 0 )
620
for ( nn = 0; nn < axis->
width_count
; nn++ )
1118
if ( laxis->
width_count
> 0 )
[
all
...]
afcjk.c
85
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
86
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
232
axis->
width_count
= num_widths;
242
stdw = ( axis->
width_count
> 0 ) ? axis->widths[0].org
260
for ( i = 1; i < axis->
width_count
; i++ )
[
all
...]
Completed in 125 milliseconds