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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.h32 #define kInitialAllocatedPathSegments 2048 macro
H A DCGGlyphOutlines.m200 path->fSegmentData = (jfloat*)malloc(sizeof(jfloat) * kInitialAllocatedPathSegments);
201 path->fSegmentType = (jbyte*)malloc(sizeof(jbyte) * kInitialAllocatedPathSegments);
204 path->fAllocatedSegmentTypeSpace = kInitialAllocatedPathSegments;
205 path->fAllocatedSegmentDataSpace = kInitialAllocatedPathSegments;

Completed in 377 milliseconds