Lines Matching refs:pcfGetProperties
233 * pcfGetProperties
240 pcfGetProperties(FontInfoPtr pFontInfo, FontFilePtr file,
261 pcfError("pcfGetProperties(): invalid nprops value (%d)\n", nprops);
267 pcfError("pcfGetProperties(): Couldn't allocate props (%d*%d)\n",
273 pcfError("pcfGetProperties(): Couldn't allocate isStringProp (%d*%d)\n",
284 pcfError("pcfGetProperties(): invalid file format %ld %d %ld\n",
307 pcfError("pcfGetProperties(): Couldn't allocate strings (%d)\n", string_size);
315 pcfError("pcfGetProperties(): String starts out of bounds (%ld/%d)\n", props[i].name, string_size);
322 pcfError("pcfGetProperties(): String starts out of bounds (%ld/%d)\n", props[i].value, string_size);
429 if (!pcfGetProperties(&pFont->info, file, tables, ntables))
722 if (!pcfGetProperties(pFontInfo, file, tables, ntables))