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

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c797 fs_fonts_match (FontInfoPtr pInfo1, FontInfoPtr pInfo2) argument
801 if (pInfo1->firstCol != pInfo2->firstCol ||
802 pInfo1->lastCol != pInfo2->lastCol ||
803 pInfo1->firstRow != pInfo2->firstRow ||
804 pInfo1->lastRow != pInfo2->lastRow ||
805 pInfo1->defaultCh != pInfo2->defaultCh ||
806 pInfo1->noOverlap != pInfo2->noOverlap ||
807 pInfo1->terminalFont != pInfo2->terminalFont ||
808 pInfo1->constantMetrics != pInfo2->constantMetrics ||
809 pInfo1
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c799 fs_fonts_match (FontInfoPtr pInfo1, FontInfoPtr pInfo2) argument
803 if (pInfo1->firstCol != pInfo2->firstCol ||
804 pInfo1->lastCol != pInfo2->lastCol ||
805 pInfo1->firstRow != pInfo2->firstRow ||
806 pInfo1->lastRow != pInfo2->lastRow ||
807 pInfo1->defaultCh != pInfo2->defaultCh ||
808 pInfo1->noOverlap != pInfo2->noOverlap ||
809 pInfo1->terminalFont != pInfo2->terminalFont ||
810 pInfo1->constantMetrics != pInfo2->constantMetrics ||
811 pInfo1
[all...]

Completed in 5 milliseconds