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

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c72 pcfGetLSB32(FontFilePtr file) function in typeref:typename:int
131 version = pcfGetLSB32(file);
134 count = pcfGetLSB32(file);
147 tables[i].type = pcfGetLSB32(file);
148 tables[i].format = pcfGetLSB32(file);
149 tables[i].size = pcfGetLSB32(file);
150 tables[i].offset = pcfGetLSB32(file);
256 format = pcfGetLSB32(file);
358 format = pcfGetLSB32(file);
444 format = pcfGetLSB32(fil
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c74 pcfGetLSB32(FontFilePtr file) function in typeref:typename:int
133 version = pcfGetLSB32(file);
136 count = pcfGetLSB32(file);
149 tables[i].type = pcfGetLSB32(file);
150 tables[i].format = pcfGetLSB32(file);
151 tables[i].size = pcfGetLSB32(file);
152 tables[i].offset = pcfGetLSB32(file);
258 format = pcfGetLSB32(file);
360 format = pcfGetLSB32(file);
446 format = pcfGetLSB32(fil
[all...]

Completed in 3 milliseconds