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

  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.h 69 AF_WidthRec shoot; /* undershoot */ member in struct:AF_CJKBlueRec_
aflatin.h 90 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
aflatin2.c 367 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.org, scale )
    [all...]
afcjk.c 456 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.org, scale )
    [all...]
aflatin.c 435 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.org, scale )
    [all...]
  /external/freetype/src/autofit/
afcjk.h 71 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 80 AF_WidthRec shoot; member in struct:AF_LatinBlueRec_
aflatin.c 747 blue_shoot = &blue->shoot.org;
773 FT_Pos shoot = *blue_shoot; local
774 FT_Bool over_ref = FT_BOOL( shoot > ref );
780 *blue_shoot = ( shoot + ref ) / 2;
943 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
    [all...]
  /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
GameObjectFactory.java     [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 122 next contour is inside another? Maybe shoot out a line and brute-force
  /external/skia/experimental/Intersection/
thingsToDo.txt 122 next contour is inside another? Maybe shoot out a line and brute-force

Completed in 636 milliseconds