Searched refs:pcfPutINT8 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| H A D | pcfwrite.c | 94 pcfPutINT8(FontFilePtr file, CARD32 format, int c) function in typeref:typename:int 121 pcfPutINT8(file, format, metric->leftSideBearing + 0x80); 122 pcfPutINT8(file, format, metric->rightSideBearing + 0x80); 123 pcfPutINT8(file, format, metric->characterWidth + 0x80); 124 pcfPutINT8(file, format, metric->ascent + 0x80); 125 pcfPutINT8(file, format, metric->descent + 0x80); 155 pcfPutINT8(file, format, pFontInfo->noOverlap); 156 pcfPutINT8(file, format, pFontInfo->constantMetrics); 157 pcfPutINT8(file, format, pFontInfo->terminalFont); 158 pcfPutINT8(fil [all...] |
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| H A D | pcfwrite.c | 96 pcfPutINT8(FontFilePtr file, CARD32 format, int c) function in typeref:typename:int 123 pcfPutINT8(file, format, metric->leftSideBearing + 0x80); 124 pcfPutINT8(file, format, metric->rightSideBearing + 0x80); 125 pcfPutINT8(file, format, metric->characterWidth + 0x80); 126 pcfPutINT8(file, format, metric->ascent + 0x80); 127 pcfPutINT8(file, format, metric->descent + 0x80); 157 pcfPutINT8(file, format, pFontInfo->noOverlap); 158 pcfPutINT8(file, format, pFontInfo->constantMetrics); 159 pcfPutINT8(file, format, pFontInfo->terminalFont); 160 pcfPutINT8(fil [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | pcfwrite.c | 111 pcfPutINT8(FontFilePtr file, CARD32 format, int c) function in typeref:typename:int 136 pcfPutINT8(file, format, metric->leftSideBearing + 0x80); 137 pcfPutINT8(file, format, metric->rightSideBearing + 0x80); 138 pcfPutINT8(file, format, metric->characterWidth + 0x80); 139 pcfPutINT8(file, format, metric->ascent + 0x80); 140 pcfPutINT8(file, format, metric->descent + 0x80); 170 pcfPutINT8(file, format, pFontInfo->noOverlap); 171 pcfPutINT8(file, format, pFontInfo->constantMetrics); 172 pcfPutINT8(file, format, pFontInfo->terminalFont); 173 pcfPutINT8(fil [all...] |
Completed in 8 milliseconds