Searched refs:shoot (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.h69 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
H A Daflatin.h90 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
H A Daflatin2.c367 blue_shoot = & blue->shoot.org;
393 FT_Pos shoot = *blue_shoot; local
394 FT_Bool over_ref = FT_BOOL( shoot > ref );
400 *blue_shoot = ( shoot + ref ) / 2;
572 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
639 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
640 blue->shoot.fit = blue->shoot.cur;
644 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
H A Dafcjk.c456 blue_shoot = & blue->shoot.org;
480 FT_Pos shoot = *blue_shoot; local
481 FT_Bool under_ref = FT_BOOL( shoot < ref );
486 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
495 FT_TRACE5(( "-- cjk %s bluezone ref = %ld shoot = %ld\n",
616 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
617 blue->shoot.fit = blue->shoot.cur;
621 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
H A Daflatin.c435 blue_shoot = &blue->shoot.org;
461 FT_Pos shoot = *blue_shoot; local
462 FT_Bool over_ref = FT_BOOL( shoot > ref );
468 *blue_shoot = ( shoot + ref ) / 2;
628 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
698 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
699 blue->shoot.fit = blue->shoot.cur;
703 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
/external/freetype/src/autofit/
H A Dafcjk.h69 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
H A Daflatin.h90 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
H A Daflatin2.c367 blue_shoot = & blue->shoot.org;
393 FT_Pos shoot = *blue_shoot; local
394 FT_Bool over_ref = FT_BOOL( shoot > ref );
400 *blue_shoot = ( shoot + ref ) / 2;
572 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
639 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
640 blue->shoot.fit = blue->shoot.cur;
644 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
H A Dafcjk.c456 blue_shoot = & blue->shoot.org;
480 FT_Pos shoot = *blue_shoot; local
481 FT_Bool under_ref = FT_BOOL( shoot < ref );
486 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
495 FT_TRACE5(( "-- cjk %s bluezone ref = %ld shoot = %ld\n",
616 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
617 blue->shoot.fit = blue->shoot.cur;
621 dist = FT_MulFix( blue->ref.org - blue->shoot
[all...]
H A Daflatin.c435 blue_shoot = &blue->shoot.org;
461 FT_Pos shoot = *blue_shoot; local
462 FT_Bool over_ref = FT_BOOL( shoot > ref );
468 *blue_shoot = ( shoot + ref ) / 2;
628 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
698 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
699 blue->shoot.fit = blue->shoot.cur;
703 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
H A DGameObjectFactory.java3659 SpriteAnimation shoot = new SpriteAnimation(NPCAnimationComponent.SHOOT, 2);
3660 shoot.addFrame(new AnimationFrame(
3663 shoot.addFrame(new AnimationFrame(
3666 shoot.setLoop(true);
3718 staticData.add(shoot);
4929 SpriteAnimation shoot = new SpriteAnimation(GenericAnimationComponent.Animation.ATTACK, 1);
4930 shoot.addFrame(frame1NoAttack);
4933 staticData.add(shoot);

Completed in 794 milliseconds