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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c85 pcfGetINT32(FontFilePtr file, CARD32 format) function in typeref:typename:int
259 nprops = pcfGetINT32(file, format);
278 props[i].name = pcfGetINT32(file, format);
280 props[i].value = pcfGetINT32(file, format);
302 string_size = pcfGetINT32(file, format);
374 pFontInfo->fontAscent = pcfGetINT32(file, format);
375 pFontInfo->fontDescent = pcfGetINT32(file, format);
376 pFontInfo->maxOverlap = pcfGetINT32(file, format);
450 nmetrics = pcfGetINT32(file, format);
481 nbitmaps = pcfGetINT32(fil
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c87 pcfGetINT32(FontFilePtr file, CARD32 format) function in typeref:typename:int
261 nprops = pcfGetINT32(file, format);
280 props[i].name = pcfGetINT32(file, format);
282 props[i].value = pcfGetINT32(file, format);
304 string_size = pcfGetINT32(file, format);
376 pFontInfo->fontAscent = pcfGetINT32(file, format);
377 pFontInfo->fontDescent = pcfGetINT32(file, format);
378 pFontInfo->maxOverlap = pcfGetINT32(file, format);
452 nmetrics = pcfGetINT32(file, format);
483 nbitmaps = pcfGetINT32(fil
[all...]

Completed in 4 milliseconds