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

  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c 401 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
405 CF2_Fixed upMoveDown = 0 - fracUp;
409 CF2_Fixed upMoveUp = fracUp == 0
411 : cf2_intToFixed( 1 ) - fracUp;
    [all...]
  /external/freetype/src/cff/
cf2hints.c 401 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
405 CF2_Fixed upMoveDown = 0 - fracUp;
409 CF2_Fixed upMoveUp = fracUp == 0
411 : cf2_intToFixed( 1 ) - fracUp;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.c 401 CF2_Fixed fracUp = cf2_fixedFraction( hintmap->edge[j].dsCoord );
405 CF2_Fixed upMoveDown = 0 - fracUp;
409 CF2_Fixed upMoveUp = fracUp == 0
411 : cf2_intToFixed( 1 ) - fracUp;
    [all...]

Completed in 62 milliseconds