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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.h49 UInt32 fAllocatedSegmentDataSpace; member in struct:AWTPath
H A DCGGlyphOutlines.m37 while ((path->fAllocatedSegmentDataSpace - path->fNumberOfDataElements) < 7) {
38 size_t growth = sizeof(jfloat)*path->fAllocatedSegmentDataSpace*kStorageSizeChangeOnGetMoreFactor;
40 path->fAllocatedSegmentDataSpace *= kStorageSizeChangeOnGetMoreFactor;
205 path->fAllocatedSegmentDataSpace = kInitialAllocatedPathSegments;

Completed in 28 milliseconds