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

1 2

  /external/freetype/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 748 blue_shoot = &blue->shoot.org;
774 FT_Pos shoot = *blue_shoot; local
775 FT_Bool over_ref = FT_BOOL( shoot > ref );
781 *blue_shoot = ( shoot + ref ) / 2;
944 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
    [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...]