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

/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphOutlines.h31 #define kStorageSizeChangeOnGetMoreFactor 2 macro
H A DCGGlyphOutlines.m32 size_t growth = sizeof(jbyte)*path->fAllocatedSegmentTypeSpace*kStorageSizeChangeOnGetMoreFactor;
34 path->fAllocatedSegmentTypeSpace *= kStorageSizeChangeOnGetMoreFactor;
38 size_t growth = sizeof(jfloat)*path->fAllocatedSegmentDataSpace*kStorageSizeChangeOnGetMoreFactor;
40 path->fAllocatedSegmentDataSpace *= kStorageSizeChangeOnGetMoreFactor;

Completed in 30 milliseconds