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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c111 snfCopyInfo(snfFontInfoPtr snfInfo, FontInfoPtr pFontInfo) argument
113 pFontInfo->firstCol = snfInfo->firstCol;
114 pFontInfo->lastCol = snfInfo->lastCol;
115 pFontInfo->firstRow = snfInfo->firstRow;
116 pFontInfo->lastRow = snfInfo->lastRow;
117 pFontInfo->defaultCh = snfInfo->chDefault;
118 pFontInfo->noOverlap = snfInfo->noOverlap;
119 pFontInfo->terminalFont = snfInfo->terminalFont;
120 pFontInfo->constantMetrics = snfInfo->constantMetrics;
121 pFontInfo->constantWidth = snfInfo
137 snfReadProps(snfFontInfoPtr snfInfo,FontInfoPtr pFontInfo,FontFilePtr file) argument
178 snfReadHeader(snfFontInfoPtr snfInfo,FontFilePtr file) argument
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c113 snfCopyInfo(snfFontInfoPtr snfInfo, FontInfoPtr pFontInfo) argument
115 pFontInfo->firstCol = snfInfo->firstCol;
116 pFontInfo->lastCol = snfInfo->lastCol;
117 pFontInfo->firstRow = snfInfo->firstRow;
118 pFontInfo->lastRow = snfInfo->lastRow;
119 pFontInfo->defaultCh = snfInfo->chDefault;
120 pFontInfo->noOverlap = snfInfo->noOverlap;
121 pFontInfo->terminalFont = snfInfo->terminalFont;
122 pFontInfo->constantMetrics = snfInfo->constantMetrics;
123 pFontInfo->constantWidth = snfInfo
139 snfReadProps(snfFontInfoPtr snfInfo,FontInfoPtr pFontInfo,FontFilePtr file) argument
180 snfReadHeader(snfFontInfoPtr snfInfo,FontFilePtr file) argument
[all...]

Completed in 2 milliseconds