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

  /external/freetype/src/cff/
cf2hints.c 399 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
403 CF2_Fixed upMoveDown = 0 - fracUp;
407 CF2_Fixed upMoveUp = fracUp == 0
409 : cf2_intToFixed( 1 ) - fracUp;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2hints.c 399 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
403 CF2_Fixed upMoveDown = 0 - fracUp;
407 CF2_Fixed upMoveUp = fracUp == 0
409 : cf2_intToFixed( 1 ) - fracUp;
    [all...]

Completed in 565 milliseconds