Searched refs:offsetProps (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c219 FontPropPtr offsetProps; local in function:pcfWriteFont
237 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
238 if (!offsetProps) {
239 pcfError("pcfWriteFont(): Couldn't allocate offsetProps (%d*%d)",
245 offsetProps[i].name = prop_string_size;
248 offsetProps[i].value = prop_string_size;
251 offsetProps[i].value = pFont->info.props[i].value;
360 free(offsetProps);
370 pcfPutINT32(file, format, offsetProps[i].name);
372 pcfPutINT32(file, format, offsetProps[
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c221 FontPropPtr offsetProps; local in function:pcfWriteFont
239 offsetProps = mallocarray(pFont->info.nprops, sizeof(FontPropRec));
240 if (!offsetProps) {
241 pcfError("pcfWriteFont(): Couldn't allocate offsetProps (%d*%d)",
247 offsetProps[i].name = prop_string_size;
250 offsetProps[i].value = prop_string_size;
253 offsetProps[i].value = pFont->info.props[i].value;
362 free(offsetProps);
372 pcfPutINT32(file, format, offsetProps[i].name);
374 pcfPutINT32(file, format, offsetProps[
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dpcfwrite.c230 FontPropPtr offsetProps; local in function:pcfWriteFont
249 offsetProps = malloc(pFont->info.nprops * sizeof(FontPropRec));
250 if (!offsetProps) {
251 pcfError("pcfWriteFont(): Couldn't allocate offsetProps (%d*%d)",
257 offsetProps[i].name = prop_string_size;
261 offsetProps[i].value = prop_string_size;
266 offsetProps[i].value = pFont->info.props[i].value;
378 free(offsetProps);
388 pcfPutINT32(file, format, offsetProps[i].name);
390 pcfPutINT32(file, format, offsetProps[
[all...]

Completed in 3 milliseconds