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

/xsrc/external/mit/xorg-server/dist/glx/
H A Dxfont.c52 int allocBytes; /* bytes to allocate to store bitmap */ local in function:__glXMakeBitmapFromGlyph
69 allocBytes = widthPadded * h;
70 if (allocBytes <= __GL_CHAR_BUF_SIZE) {
75 p = (unsigned char *) malloc(allocBytes);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dxfont.c55 int allocBytes; /* bytes to allocate to store bitmap */ local in function:__glXMakeBitmapFromGlyph
71 allocBytes = widthPadded * h;
72 if (allocBytes <= __GL_CHAR_BUF_SIZE) {
76 p = (unsigned char *) malloc(allocBytes);

Completed in 2 milliseconds