Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp480 FX_DWORD img_wid = pDIBitmap->GetWidth(); in Decode() local
486 if (img_wid != width || img_hei != height) { in Decode()
492 if (TIFFReadRGBAImageOriented(tif_ctx, img_wid, img_hei, in Decode()
497 _TiffBGRA2RGBA(row_buf, img_wid, 4); in Decode()