Home | History | Annotate | Download | only in fpdf_render

Lines Matching defs:iHeight

1446     FX_INT32 iWidth, iHeight, iPitch;

1452 iHeight = bitmap_rect.Height();
1454 if (iWidth * iHeight < 1) {
1457 if (iPitch * iHeight <= _FPDFAPI_IMAGESIZE_LIMIT_ &&
1458 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat)) {