Lines Matching refs:bitc
348 CharInfoPtr *bitChars, *bitCharsFree, bitc;
425 inkc = bitc = *bitChars++;
434 if (bitc && (bitc->bits || bitc->metrics.characterWidth)) {
436 gdata = (pointer) bitc->bits;
437 if ((char *) gdata + size != bitc->bits)
441 if (dstbpr != GLYPH_SIZE(bitc, src_glyph_pad)) reformat = TRUE;
487 inkc = bitc = *bitChars++;
495 bitm = &bitc->metrics;
531 srcbpr = GLYPH_SIZE (bitc, src_glyph_pad);
532 srcp = (unsigned char *) bitc->bits;