Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp443 uint32_t img_hei = pDIBitmap->GetHeight(); in Decode() local
448 if (img_wid != width || img_hei != height) in Decode()
454 if (TIFFReadRGBAImageOriented(m_tif_ctx, img_wid, img_hei, in Decode()
457 for (uint32_t row = 0; row < img_hei; row++) { in Decode()