Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_tiffmodule.cpp442 uint32_t img_wid = pDIBitmap->GetWidth(); 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()
459 TiffBGRA2RGBA(row_buf, img_wid, 4); in Decode()