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

/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1055 static int allocateSpaceForGP(GPData* gpdata, int npoints, int ncontours) { argument
1062 maxTypes = 2*npoints + 2*ncontours;
1063 maxCoords = 4*(npoints + 2*ncontours); //we may need to insert

Completed in 32 milliseconds