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

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp283 const uint8_t* pLastLine,
307 if (pLastLine) {
308 up = pLastLine[byte];
319 if (pLastLine) {
320 up = pLastLine[byte];
331 if (pLastLine) {
332 up = pLastLine[byte];
335 if (byte >= BytesPerPixel && pLastLine) {
336 upper_left = pLastLine[byte - BytesPerPixel];
281 PNG_PredictLine(uint8_t* pDestData, const uint8_t* pSrcData, const uint8_t* pLastLine, int bpc, int nColors, int nPixels) argument
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp406 const CFX_RTFLine* pLastLine = GetRTFLine(); local
407 if (pLastLine) {
408 pCurPieces = &pLastLine->m_LinePieces;
H A Dfgas_textbreak.cpp908 CFX_TxtLine* pLastLine = GetTxtLine(); local
909 if (pLastLine) {
910 pCurPieces = pLastLine->m_pLinePieces.get();

Completed in 113 milliseconds