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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c233 * pcfGetProperties
240 pcfGetProperties(FontInfoPtr pFontInfo, FontFilePtr file, function in typeref:typename:Bool
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(
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c235 * pcfGetProperties
242 pcfGetProperties(FontInfoPtr pFontInfo, FontFilePtr file, function in typeref:typename:Bool
263 pcfError("pcfGetProperties(): invalid nprops value (%d)\n", nprops);
269 pcfError("pcfGetProperties(): Couldn't allocate props (%d*%d)\n",
275 pcfError("pcfGetProperties(): Couldn't allocate isStringProp (%d*%d)\n",
286 pcfError("pcfGetProperties(): invalid file format %ld %d %ld\n",
309 pcfError("pcfGetProperties(): Couldn't allocate strings (%d)\n", string_size);
317 pcfError("pcfGetProperties(): String starts out of bounds (%ld/%d)\n", props[i].name, string_size);
324 pcfError("pcfGetProperties(): String starts out of bounds (%ld/%d)\n", props[i].value, string_size);
431 if (!pcfGetProperties(
[all...]

Completed in 3 milliseconds