Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_image.cpp169 int32_t BitmapHeight = pBitmap->GetHeight(); in SetImage() local
170 if (BitmapWidth < 1 || BitmapHeight < 1) in SetImage()
174 CreateXObjectImageDict(BitmapWidth, BitmapHeight); in SetImage()
288 FX_Alloc2D(uint8_t, dest_pitch, BitmapHeight)); in SetImage()
290 size_t dest_size = dest_pitch * BitmapHeight; in SetImage()
294 for (int32_t i = 0; i < BitmapHeight; i++) { in SetImage()
301 for (int32_t row = 0; row < BitmapHeight; row++) { in SetImage()
325 m_Height = BitmapHeight; in SetImage()