/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 | 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/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...] |