Searched defs:shoot (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/autofit/
H A Dafcjk.h67 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
H A Daflatin.h80 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
H A Dafcjk.c501 blue_shoot = &blue->shoot.org;
526 FT_Pos shoot = *blue_shoot; local
527 FT_Bool under_ref = FT_BOOL( shoot < ref );
534 *blue_shoot = ( shoot + ref ) / 2;
686 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
687 blue->shoot.fit = blue->shoot.cur;
691 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
699 /* shoot i
[all...]
H A Daflatin.c863 blue_shoot = &blue->shoot.org;
889 FT_Pos shoot = *blue_shoot; local
890 FT_Bool over_ref = FT_BOOL( shoot > ref );
897 *blue_shoot = ( shoot + ref ) / 2;
1079 scaled = FT_MulFix( blue->shoot.org, scale );
1219 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
1220 blue->shoot.fit = blue->shoot.cur;
1224 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
H A Daflatin2.c373 blue_shoot = & blue->shoot.org;
399 FT_Pos shoot = *blue_shoot; local
400 FT_Bool over_ref = FT_BOOL( shoot > ref );
406 *blue_shoot = ( shoot + ref ) / 2;
578 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
645 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
646 blue->shoot.fit = blue->shoot.cur;
650 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java259 public final void setShootSound(SoundSystem.Sound shoot) { argument
260 mShootSound = shoot;
H A DNPCAnimationComponent.java86 shoot(parentObject);
284 protected void shoot(GameObject parentObject) { method in class:NPCAnimationComponent

Completed in 109 milliseconds