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

  /external/freetype/src/cff/
cf2hints.c 398 CF2_Fixed fracDown = cf2_fixedFraction( hintmap->edge[i].dsCoord );
402 CF2_Fixed downMoveDown = 0 - fracDown;
404 CF2_Fixed downMoveUp = fracDown == 0
406 : cf2_intToFixed( 1 ) - fracDown;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.c 398 CF2_Fixed fracDown = cf2_fixedFraction( hintmap->edge[i].dsCoord );
402 CF2_Fixed downMoveDown = 0 - fracDown;
404 CF2_Fixed downMoveUp = fracDown == 0
406 : cf2_intToFixed( 1 ) - fracDown;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.c 398 CF2_Fixed fracDown = cf2_fixedFraction( hintmap->edge[i].dsCoord );
402 CF2_Fixed downMoveDown = 0 - fracDown;
404 CF2_Fixed downMoveUp = fracDown == 0
406 : cf2_intToFixed( 1 ) - fracDown;
    [all...]

Completed in 618 milliseconds