Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dxfont.c52 int allocBytes; /* bytes to allocate to store bitmap */ in __glXMakeBitmapFromGlyph() local
69 allocBytes = widthPadded * h; in __glXMakeBitmapFromGlyph()
70 if (allocBytes <= __GL_CHAR_BUF_SIZE) { in __glXMakeBitmapFromGlyph()
75 p = (unsigned char *) malloc(allocBytes); in __glXMakeBitmapFromGlyph()