Lines Matching defs:pDefault
227 if (fsfont->pDefault && ENCODING_UNDEFINED(fsfont->pDefault))
229 loc = fsfont->pDefault - encoding;
425 CharInfoPtr pDefault;
431 pDefault = fsdata->pDefault;
462 if (pFont->info.allExist && pDefault) {
468 *glyphs++ = pDefault;
475 else if (pDefault)
476 *glyphs++ = pDefault;
481 if (pFont->info.allExist && pDefault) {
488 *glyphs++ = pDefault;
496 else if (pDefault)
497 *glyphs++ = pDefault;
511 else if (pDefault)
512 *glyphs++ = pDefault;
536 CharInfoPtr pDefault;
540 pDefault = fsdata->pDefault;
542 if (pDefault)
543 pDefault = encoding + (pDefault - fsdata->encoding);
557 if (pFont->info.allExist && pDefault) {
563 *glyphs++ = (xCharInfo *)pDefault;
570 else if (pDefault)
571 *glyphs++ = (xCharInfo *)pDefault;
576 if (pFont->info.allExist && pDefault) {
583 *glyphs++ = (xCharInfo *)pDefault;
591 else if (pDefault)
592 *glyphs++ = (xCharInfo *)pDefault;
605 else if (pDefault)
606 *glyphs++ = (xCharInfo *)pDefault;