Home | History | Annotate | Download | only in fpdf_render

Lines Matching defs:bitmap_rect

1376     FX_RECT bitmap_rect = rect.GetOutterRect();

1378 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb);
1450 FX_RECT bitmap_rect = rect.GetOutterRect();
1451 iWidth = bitmap_rect.Width();
1452 iHeight = bitmap_rect.Height();