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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.h48 UInt32 fAllocatedSegmentTypeSpace; member in struct:AWTPath
H A DCGGlyphOutlines.m31 while ((path->fAllocatedSegmentTypeSpace - path->fNumberOfSegments) < 1) {
32 size_t growth = sizeof(jbyte)*path->fAllocatedSegmentTypeSpace*kStorageSizeChangeOnGetMoreFactor;
34 path->fAllocatedSegmentTypeSpace *= kStorageSizeChangeOnGetMoreFactor;
204 path->fAllocatedSegmentTypeSpace = kInitialAllocatedPathSegments;

Completed in 206 milliseconds