Home | History | Annotate | Download | only in fpdf_page

Lines Matching defs:bpc

247     int bpc = pDecoder->GetBPC();

250 int pitch = (width * ncomps * bpc + 7) / 8;
327 FX_DWORD bpc = pDict->GetInteger(FX_BSTRC("BitsPerComponent"));
337 if (bpc && pitch > INT_MAX / bpc) {
340 pitch *= bpc;