HomeSort by relevance Sort by last modified time
    Searched refs:shoot (Results 1 - 25 of 35) sorted by null

1 2

  /external/freetype/src/autofit/
afcjk.h 67 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
aflatin2.c 373 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.org, scale )
    [all...]
afcjk.c 501 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 is under shoot for cjk *
    [all...]
aflatin.h 80 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
aflatin.c 863 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;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.h 67 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
aflatin2.c 368 blue_shoot = & blue->shoot.org;
394 FT_Pos shoot = *blue_shoot; local
395 FT_Bool over_ref = FT_BOOL( shoot > ref );
401 *blue_shoot = ( shoot + ref ) / 2;
573 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
640 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
641 blue->shoot.fit = blue->shoot.cur;
645 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
    [all...]
afcjk.c 454 blue_shoot = &blue->shoot.org;
479 FT_Pos shoot = *blue_shoot; local
480 FT_Bool under_ref = FT_BOOL( shoot < ref );
487 *blue_shoot = ( shoot + ref ) / 2;
625 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
626 blue->shoot.fit = blue->shoot.cur;
630 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale );
638 /* shoot is under shoot for cjk *
    [all...]
aflatin.h 76 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
aflatin.c 768 blue_shoot = &blue->shoot.org;
794 FT_Pos shoot = *blue_shoot; local
795 FT_Bool over_ref = FT_BOOL( shoot > ref );
801 *blue_shoot = ( shoot + ref ) / 2;
967 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
BaseBulletTest.java 210 public BulletEntity shoot (final float x, final float y) { method in class:BaseBulletTest
211 return shoot(x, y, 30f);
214 public BulletEntity shoot (final float x, final float y, final float impulse) { method in class:BaseBulletTest
215 return shoot("box", x, y, impulse);
218 public BulletEntity shoot (final String what, final float x, final float y, final float impulse) { method in class:BaseBulletTest
219 // Shoot a box
ShootTest.java 65 shoot(x, y); method
ContactCallbackTest.java 91 shoot(x, y); method
ContactCallbackTest2.java 96 shoot(x, y); method
ConvexHullTest.java 51 shoot(x, y); method
GimpactTest.java 47 shoot(x, y); method
ImportTest.java 86 shoot(x, y); method
InternalTickTest.java 105 shoot(x, y); method
BasicShapesTest.java 77 shoot(x, y); method
CollisionDispatcherTest.java 73 shoot(x, y); method
KinematicTest.java 88 shoot(x, y); method
MeshShapeTest.java 73 shoot(x, y); method
CharacterTest.java 65 instructions = "Tap to shoot\nArrow keys to move\nR to reset\nLong press to toggle debug mode\nSwipe for next test";
142 shoot(x, y); method
  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 259 public final void setShootSound(SoundSystem.Sound shoot) {
260 mShootSound = shoot;
NPCAnimationComponent.java 29 public static final int SHOOT = 4;
85 case SHOOT:
86 shoot(parentObject);
208 mCurrentAnimation = SHOOT;
238 mCurrentAnimation = SHOOT;
276 mCurrentAnimation = SHOOT;
284 protected void shoot(GameObject parentObject) { method in class:NPCAnimationComponent

Completed in 147 milliseconds

1 2