Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/tiff/
Dtiffmodule.cpp246 uint32_t tif_height = 0; in LoadFrameInfo() local
251 TIFFGetField(m_tif_ctx.get(), TIFFTAG_IMAGELENGTH, &tif_height); in LoadFrameInfo()
280 FX_SAFE_INT32 checked_height = tif_height; in LoadFrameInfo()
288 if (tif_rps > tif_height) { in LoadFrameInfo()
289 tif_rps = tif_height; in LoadFrameInfo()