Lines Matching refs:pcfGetINT32
85 pcfGetINT32(FontFilePtr file, CARD32 format)
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(file, format);
492 offsets[i] = pcfGetINT32(file, format);
497 bitmapSizes[i] = pcfGetINT32(file, format);
568 nink_metrics = pcfGetINT32(file, format);