OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdw
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c
45
PSH_Widths
stdw
= &dim->
stdw
;
local
46
FT_UInt count =
stdw
->count;
47
PSH_Width width =
stdw
->widths;
94
for ( n = 0; n < dimension->
stdw
.count; n++ )
100
w = dimension->
stdw
.widths[n].cur;
627
globals->dimension[0].
stdw
.count = 0;
628
globals->dimension[1].
stdw
.count = 0;
664
PSH_Width write = dim->
stdw
.widths;
678
dim->
stdw
.count = priv->num_snap_widths + 1
[
all
...]
pshglob.h
84
PSH_WidthsRec
stdw
;
member in struct:PSH_DimensionRec_
pshalgo.c
354
FT_Pos delta = len - dim->
stdw
.widths[0].cur;
362
len = dim->
stdw
.widths[0].cur;
[
all
...]
/external/freetype/src/pshinter/
pshglob.c
45
PSH_Widths
stdw
= &dim->
stdw
;
local
46
FT_UInt count =
stdw
->count;
47
PSH_Width width =
stdw
->widths;
94
for ( n = 0; n < dimension->
stdw
.count; n++ )
100
w = dimension->
stdw
.widths[n].cur;
627
globals->dimension[0].
stdw
.count = 0;
628
globals->dimension[1].
stdw
.count = 0;
664
PSH_Width write = dim->
stdw
.widths;
678
dim->
stdw
.count = priv->num_snap_widths + 1
[
all
...]
pshglob.h
84
PSH_WidthsRec
stdw
;
member in struct:PSH_DimensionRec_
pshalgo.c
354
FT_Pos delta = len - dim->
stdw
.widths[0].cur;
362
len = dim->
stdw
.widths[0].cur;
[
all
...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c
45
PSH_Widths
stdw
= &dim->
stdw
;
local
46
FT_UInt count =
stdw
->count;
47
PSH_Width width =
stdw
->widths;
94
for ( n = 0; n < dimension->
stdw
.count; n++ )
100
w = dimension->
stdw
.widths[n].cur;
635
globals->dimension[0].
stdw
.count = 0;
636
globals->dimension[1].
stdw
.count = 0;
672
PSH_Width write = dim->
stdw
.widths;
686
dim->
stdw
.count = priv->num_snap_widths + 1
[
all
...]
pshglob.h
84
PSH_WidthsRec
stdw
;
member in struct:PSH_DimensionRec_
pshalgo.c
354
FT_Pos delta = len - dim->
stdw
.widths[0].cur;
362
len = dim->
stdw
.widths[0].cur;
[
all
...]
/external/freetype/src/autofit/
afcjk.c
218
FT_Pos
stdw
;
local
221
stdw
= ( axis->width_count > 0 ) ? axis->widths[0].org
225
axis->edge_distance_threshold =
stdw
/ 5;
226
axis->standard_width =
stdw
;
[
all
...]
aflatin.c
218
FT_Pos
stdw
;
local
221
stdw
= ( axis->width_count > 0 ) ? axis->widths[0].org
225
axis->edge_distance_threshold =
stdw
/ 5;
226
axis->standard_width =
stdw
;
[
all
...]
aflatin2.c
150
FT_Pos
stdw
;
local
153
stdw
= ( axis->width_count > 0 )
158
axis->edge_distance_threshold =
stdw
/ 5;
159
axis->standard_width =
stdw
;
[
all
...]
/external/chromium_org/third_party/freetype/src/autofit/
afcjk.c
164
FT_Pos
stdw
;
local
167
stdw
= ( axis->width_count > 0 ) ? axis->widths[0].org
171
axis->edge_distance_threshold =
stdw
/ 5;
172
axis->standard_width =
stdw
;
[
all
...]
aflatin.c
159
FT_Pos
stdw
;
local
162
stdw
= ( axis->width_count > 0 )
167
axis->edge_distance_threshold =
stdw
/ 5;
168
axis->standard_width =
stdw
;
[
all
...]
aflatin2.c
149
FT_Pos
stdw
;
local
152
stdw
= ( axis->width_count > 0 )
157
axis->edge_distance_threshold =
stdw
/ 5;
158
axis->standard_width =
stdw
;
[
all
...]
Completed in 275 milliseconds