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

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.c 486 /* tuple_coords :: The coordinates of the tuple in normalized axis */
501 FT_Fixed* tuple_coords,
511 if ( tuple_coords[i] == 0 )
519 ( blend->normalizedcoords[i] < 0 && tuple_coords[i] > 0 ) ||
520 ( blend->normalizedcoords[i] > 0 && tuple_coords[i] < 0 ) )
540 else if ( blend->normalizedcoords[i] < tuple_coords[i] )
543 tuple_coords[i] - im_start_coords[i] );
548 im_end_coords[i] - tuple_coords[i] );
1110 FT_Fixed* tuple_coords = NULL; local
1317 FT_Fixed* tuple_coords = NULL; local
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 486 /* tuple_coords :: The coordinates of the tuple in normalized axis */
501 FT_Fixed* tuple_coords,
511 if ( tuple_coords[i] == 0 )
519 ( blend->normalizedcoords[i] < 0 && tuple_coords[i] > 0 ) ||
520 ( blend->normalizedcoords[i] > 0 && tuple_coords[i] < 0 ) )
540 else if ( blend->normalizedcoords[i] < tuple_coords[i] )
543 tuple_coords[i] - im_start_coords[i] );
548 im_end_coords[i] - tuple_coords[i] );
1110 FT_Fixed* tuple_coords = NULL; local
1317 FT_Fixed* tuple_coords = NULL; local
    [all...]

Completed in 136 milliseconds