OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:width_count
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/autofit/
aflatin.h
87
FT_UInt
width_count
; /* number of used widths */
member in struct:AF_LatinAxisRec_
167
FT_UInt
width_count
,
177
FT_UInt
width_count
,
afcjk.h
78
FT_UInt
width_count
; /* number of used widths */
member in struct:AF_CJKAxisRec_
aflatin.c
72
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
73
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
211
axis->
width_count
= num_widths;
221
stdw = ( axis->
width_count
> 0 ) ? axis->widths[0].org
239
for ( i = 1; i < axis->
width_count
; i++ )
1006
for ( nn = 0; nn < axis->
width_count
; nn++ )
[
all
...]
afcjk.c
85
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
86
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
211
axis->
width_count
= num_widths;
221
stdw = ( axis->
width_count
> 0 ) ? axis->widths[0].org
239
for ( i = 1; i < axis->
width_count
; i++ )
[
all
...]
aflatin2.c
68
metrics->axis[AF_DIMENSION_HORZ].
width_count
= 0;
69
metrics->axis[AF_DIMENSION_VERT].
width_count
= 0;
143
axis->
width_count
= num_widths;
153
stdw = ( axis->
width_count
> 0 )
615
for ( nn = 0; nn < axis->
width_count
; nn++ )
1097
if ( laxis->
width_count
> 0 )
[
all
...]
Completed in 1785 milliseconds