Home
last modified time | relevance | path

Searched refs:BitmapHeight (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp167 int32_t BitmapHeight = pBitmap->GetHeight(); in SetImage() local
168 if (BitmapWidth < 1 || BitmapHeight < 1) in SetImage()
176 pDict->SetNewFor<CPDF_Number>("Height", BitmapHeight); in SetImage()
291 uint8_t* dest_buf = FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight); in SetImage()
293 size_t dest_size = dest_pitch * BitmapHeight; in SetImage()
296 for (int32_t i = 0; i < BitmapHeight; i++) { in SetImage()
304 for (int32_t row = 0; row < BitmapHeight; row++) { in SetImage()
325 m_Height = BitmapHeight; in SetImage()