Searched refs:glyph_string_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c211 int glyph_string_size; local in function:pcfWriteFont
325 glyph_string_size = 0;
327 glyph_string_size += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
329 S32 + RoundUp(glyph_string_size);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c213 int glyph_string_size; local in function:pcfWriteFont
327 glyph_string_size = 0;
329 glyph_string_size += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
331 S32 + RoundUp(glyph_string_size);
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c224 int glyph_string_size; local in function:pcfWriteFont
342 glyph_string_size = 0;
344 glyph_string_size +=
349 RoundUp(glyph_string_size);

Completed in 6 milliseconds