Home
last modified time | relevance | path

Searched refs:endCoord (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/cff/
Dcffload.c1212 axis->endCoord = FT_fdot14ToFixed( end14 ); in cff_vstore_load()
1500 axis->peakCoord > axis->endCoord ) in cff_blend_build_vector()
1504 axis->endCoord > 0 && in cff_blend_build_vector()
1514 NDV[j] > axis->endCoord ) in cff_blend_build_vector()
1526 axisScalar = FT_DivFix( axis->endCoord - NDV[j], in cff_blend_build_vector()
1527 axis->endCoord - axis->peakCoord ); in cff_blend_build_vector()
/external/freetype/src/truetype/
Dttgxvar.h82 FT_Fixed endCoord; member
Dttgxvar.c522 axisCoords[j].endCoord = FT_fdot14ToFixed( end ); in ft_var_load_item_variation_store()
902 axis->peakCoord > axis->endCoord ) in ft_var_get_item_delta()
906 axis->endCoord > 0 && in ft_var_get_item_delta()
919 face->blend->normalizedcoords[j] >= axis->endCoord ) in ft_var_get_item_delta()
934 axis->endCoord - face->blend->normalizedcoords[j], in ft_var_get_item_delta()
935 axis->endCoord - axis->peakCoord ); in ft_var_get_item_delta()
/external/freetype/include/freetype/internal/
Dcfftypes.h131 FT_Fixed endCoord; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-common.hh1834 int start = startCoord, peak = peakCoord, end = endCoord; in evaluate()
1866 F2DOT14 endCoord; member