Lines Matching defs:pDefault
225 if (fsfont->pDefault && ENCODING_UNDEFINED(fsfont->pDefault))
227 loc = fsfont->pDefault - encoding;
423 CharInfoPtr pDefault;
429 pDefault = fsdata->pDefault;
460 if (pFont->info.allExist && pDefault) {
466 *glyphs++ = pDefault;
473 else if (pDefault)
474 *glyphs++ = pDefault;
479 if (pFont->info.allExist && pDefault) {
486 *glyphs++ = pDefault;
494 else if (pDefault)
495 *glyphs++ = pDefault;
509 else if (pDefault)
510 *glyphs++ = pDefault;
534 CharInfoPtr pDefault;
538 pDefault = fsdata->pDefault;
540 if (pDefault)
541 pDefault = encoding + (pDefault - fsdata->encoding);
555 if (pFont->info.allExist && pDefault) {
561 *glyphs++ = (xCharInfo *)pDefault;
568 else if (pDefault)
569 *glyphs++ = (xCharInfo *)pDefault;
574 if (pFont->info.allExist && pDefault) {
581 *glyphs++ = (xCharInfo *)pDefault;
589 else if (pDefault)
590 *glyphs++ = (xCharInfo *)pDefault;
603 else if (pDefault)
604 *glyphs++ = (xCharInfo *)pDefault;