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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c193 pcfNameForAtom(Atom a) function in typeref:typename:char *
246 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].name)) + 1;
249 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].value)) + 1;
327 glyph_string_size += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
378 atom_name = pcfNameForAtom(pFont->info.props[i].name);
381 atom_name = pcfNameForAtom(pFont->info.props[i].value);
451 offset += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
455 atom_name = pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i]);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c195 pcfNameForAtom(Atom a) function in typeref:typename:const char *
248 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].name)) + 1;
251 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].value)) + 1;
329 glyph_string_size += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
380 atom_name = pcfNameForAtom(pFont->info.props[i].name);
383 atom_name = pcfNameForAtom(pFont->info.props[i].value);
453 offset += strlen(pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i])) + 1;
457 atom_name = pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i]);
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c208 pcfNameForAtom(Atom a) function in typeref:typename:char *
259 strlen(pcfNameForAtom(pFont->info.props[i].name)) + 1;
263 strlen(pcfNameForAtom(pFont->info.props[i].value)) + 1;
345 strlen(pcfNameForAtom
396 atom_name = pcfNameForAtom(pFont->info.props[i].name);
399 atom_name = pcfNameForAtom(pFont->info.props[i].value);
474 strlen(pcfNameForAtom
480 pcfNameForAtom(bitmapFont->bitmapExtra->glyphNames[i]);

Completed in 5 milliseconds