OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blue_shoot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afcjk.c
311
FT_Pos*
blue_shoot
;
local
456
blue_shoot
= & blue->shoot.org;
462
*
blue_shoot
= fills[num_fills / 2];
467
*
blue_shoot
= flats[num_flats / 2];
472
*
blue_shoot
= flats[num_flats / 2];
475
/* make sure blue_ref >=
blue_shoot
for top/right or */
477
if ( *
blue_shoot
!= *blue_ref )
480
FT_Pos shoot = *
blue_shoot
;
486
*
blue_shoot
= *blue_ref = ( shoot + ref ) / 2;
496
cjk_blue_name[bb], *blue_ref, *
blue_shoot
));
[
all
...]
aflatin.c
242
FT_Pos*
blue_shoot
;
local
435
blue_shoot
= &blue->shoot.org;
442
*
blue_shoot
= rounds[num_rounds / 2];
447
*
blue_shoot
= flats[num_flats / 2];
452
*
blue_shoot
= rounds[num_rounds / 2];
458
if ( *
blue_shoot
!= *blue_ref )
461
FT_Pos shoot = *
blue_shoot
;
468
*
blue_shoot
= ( shoot + ref ) / 2;
489
*blue_ref, *
blue_shoot
));
[
all
...]
aflatin2.c
210
FT_Pos*
blue_shoot
;
local
367
blue_shoot
= & blue->shoot.org;
374
*
blue_shoot
= rounds[num_rounds / 2];
379
*
blue_shoot
= flats[num_flats / 2];
384
*
blue_shoot
= rounds[num_rounds / 2];
390
if ( *
blue_shoot
!= *blue_ref )
393
FT_Pos shoot = *
blue_shoot
;
400
*
blue_shoot
= ( shoot + ref ) / 2;
421
*blue_ref, *
blue_shoot
));
[
all
...]
/external/freetype/src/autofit/
afcjk.c
291
FT_Pos*
blue_shoot
;
local
454
blue_shoot
= &blue->shoot.org;
461
*
blue_shoot
= fills[num_fills / 2];
466
*
blue_shoot
= flats[num_flats / 2];
471
*
blue_shoot
= flats[num_flats / 2];
474
/* make sure blue_ref >=
blue_shoot
for top/right or */
476
if ( *
blue_shoot
!= *blue_ref )
479
FT_Pos shoot = *
blue_shoot
;
487
*
blue_shoot
= ( shoot + ref ) / 2;
500
*blue_ref, *
blue_shoot
));
[
all
...]
aflatin2.c
211
FT_Pos*
blue_shoot
;
local
368
blue_shoot
= & blue->shoot.org;
375
*
blue_shoot
= rounds[num_rounds / 2];
380
*
blue_shoot
= flats[num_flats / 2];
385
*
blue_shoot
= rounds[num_rounds / 2];
391
if ( *
blue_shoot
!= *blue_ref )
394
FT_Pos shoot = *
blue_shoot
;
401
*
blue_shoot
= ( shoot + ref ) / 2;
422
*blue_ref, *
blue_shoot
));
[
all
...]
aflatin.c
289
FT_Pos*
blue_shoot
;
local
747
blue_shoot
= &blue->shoot.org;
754
*
blue_shoot
= rounds[num_rounds / 2];
759
*
blue_shoot
= flats[num_flats / 2];
764
*
blue_shoot
= rounds[num_rounds / 2];
770
if ( *
blue_shoot
!= *blue_ref )
773
FT_Pos shoot = *
blue_shoot
;
780
*
blue_shoot
= ( shoot + ref ) / 2;
803
*blue_ref, *
blue_shoot
));
[
all
...]
Completed in 181 milliseconds