Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp481 FX_DWORD img_hei = pDIBitmap->GetHeight(); in Decode() local
486 if (img_wid != width || img_hei != height) { in Decode()
492 if (TIFFReadRGBAImageOriented(tif_ctx, img_wid, img_hei, in Decode()
495 for (FX_DWORD row = 0; row < img_hei; row++) { in Decode()