Searched defs:worstBufferSize (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c2228 size_t worstBufferSize = (size_t)((width / 2 + 1) * height); local
2248 pRect = (RECT_T *)SAFE_SIZE_ARRAY_ALLOC(malloc, worstBufferSize, sizeof(RECT_T));

Completed in 51 milliseconds