Lines Matching refs:pcfGetINT32
87 pcfGetINT32(FontFilePtr file, CARD32 format)
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(file, format);
494 offsets[i] = pcfGetINT32(file, format);
499 bitmapSizes[i] = pcfGetINT32(file, format);
570 nink_metrics = pcfGetINT32(file, format);