Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp294 const uint8_t* pLastLine, in PNG_PredictLine() argument
318 if (pLastLine) { in PNG_PredictLine()
319 up = pLastLine[byte]; in PNG_PredictLine()
330 if (pLastLine) { in PNG_PredictLine()
331 up = pLastLine[byte]; in PNG_PredictLine()
342 if (pLastLine) { in PNG_PredictLine()
343 up = pLastLine[byte]; in PNG_PredictLine()
346 if (byte >= BytesPerPixel && pLastLine) { in PNG_PredictLine()
347 upper_left = pLastLine[byte - BytesPerPixel]; in PNG_PredictLine()