Searched refs:strongs (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.c1875 PSH_Point* strongs = NULL; local
1897 strongs = strongs_0;
1903 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1916 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1954 if ( strongs[nn]->org_u > point->org_u )
1959 after = strongs[0];
1967 before = strongs[nn - 1];
1970 if ( strongs[nn - 1]->org_u < point->org_u )
1975 before = strongs[n
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c1781 PSH_Point* strongs = NULL; local
1803 strongs = strongs_0;
1809 if ( FT_NEW_ARRAY( strongs, num_strongs ) )
1822 for ( insert = strongs + num_strongs; insert > strongs; insert-- )
1860 if ( strongs[nn]->org_u > point->org_u )
1865 after = strongs[0];
1873 before = strongs[nn - 1];
1876 if ( strongs[nn - 1]->org_u < point->org_u )
1881 before = strongs[n
[all...]

Completed in 158 milliseconds