HomeSort by relevance Sort by last modified time
    Searched refs:pLastLine (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 283 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];
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 406 const CFX_RTFLine* pLastLine = GetRTFLine();
407 if (pLastLine) {
408 pCurPieces = &pLastLine->m_LinePieces;
fgas_textbreak.cpp 908 CFX_TxtLine* pLastLine = GetTxtLine();
909 if (pLastLine) {
910 pCurPieces = pLastLine->m_pLinePieces.get();
    [all...]

Completed in 279 milliseconds