HomeSort by relevance Sort by last modified time
    Searched defs:shoot (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/autofit/
afcjk.h 67 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
aflatin.h 80 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
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.c 288 a = table[j - 1]->shoot.org;
294 b = table[j]->shoot.org;
902 blue_shoot = &blue->shoot.org;
928 FT_Pos shoot = *blue_shoot; local
929 FT_Bool over_ref = FT_BOOL( shoot > ref );
936 *blue_shoot = ( shoot + ref ) / 2;
971 /* `ref' and `shoot' values of two blue zones must not overlap */
998 a = &blue_sorted[i]->shoot.org;
1008 b = &blue_sorted[i + 1]->shoot.org;
    [all...]
aflatin2.c 376 blue_shoot = & blue->shoot.org;
402 FT_Pos shoot = *blue_shoot; local
403 FT_Bool over_ref = FT_BOOL( shoot > ref );
409 *blue_shoot = ( shoot + ref ) / 2;
581 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
648 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta;
649 blue->shoot.fit = blue->shoot.cur;
653 dist = FT_MulFix( blue->ref.org - blue->shoot.org, scale )
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
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 540 milliseconds