Searched refs:tmpvals (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontxlfd.c381 FontScalableRec tmpvals; local in function:FontParseXLFDName
388 bzero(&tmpvals, sizeof(tmpvals));
390 *vals = tmpvals;
399 !(ptr = GetMatrix(ptr + 1, &tmpvals, PIXELSIZE_MASK)) ||
400 !(ptr2 = ptr = GetMatrix(ptr + 1, &tmpvals, POINTSIZE_MASK)) ||
401 !(ptr = GetInt(ptr + 1, &tmpvals.x)) || /* resolution_x */
402 !(ptr3 = ptr = GetInt(ptr + 1, &tmpvals.y)) || /* resolution_y */
404 !(ptr5 = ptr = GetInt(ptr + 1, &tmpvals.width)) || /* average_width */
420 tmpvals
[all...]
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontxlfd.c373 FontScalableRec tmpvals; local in function:FontParseXLFDName
382 bzero(&tmpvals, sizeof(tmpvals));
384 *vals = tmpvals;
393 !(ptr = GetMatrix(ptr + 1, &tmpvals, PIXELSIZE_MASK)) ||
394 !(ptr2 = ptr = GetMatrix(ptr + 1, &tmpvals, POINTSIZE_MASK)) ||
395 !(ptr = GetInt(ptr + 1, &tmpvals.x)) || /* resolution_x */
396 !(ptr3 = ptr = GetInt(ptr + 1, &tmpvals.y)) || /* resolution_y */
398 !(ptr5 = ptr = GetInt(ptr + 1, &tmpvals.width)) || /* average_width */
414 tmpvals
[all...]
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontdir.c548 FontScalableRec tmpvals; local in function:FontFileFindNamesInScalableDir
549 if (FontParseXLFDName (fname->name.name, &tmpvals,
551 !(tmpvals.values_supplied & SIZE_SPECIFY_MASK))
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontdir.c548 FontScalableRec tmpvals; local in function:FontFileFindNamesInScalableDir
549 if (FontParseXLFDName (fname->name.name, &tmpvals,
551 !(tmpvals.values_supplied & SIZE_SPECIFY_MASK))

Completed in 7 milliseconds