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

/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c339 int srcbpr; local in function:packGlyphs
531 srcbpr = GLYPH_SIZE (bitc, src_glyph_pad);
538 srcp += (bitm->ascent - inkm->ascent) * srcbpr;
548 width = srcbpr - src_left_bytes;
552 src_extra = srcbpr - width - src_left_bytes;
562 if (srcbpr == dstbpr && src_left_bytes == dst_left_bytes)
564 r = height * srcbpr;

Completed in 3 milliseconds