Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp511 CPDF_CountedStreamAcc* pCountedStream = it->second; in ReleaseFontFileStreamAcc() local
512 if (!pCountedStream) in ReleaseFontFileStreamAcc()
515 pCountedStream->RemoveRef(); in ReleaseFontFileStreamAcc()
516 if (pCountedStream->use_count() > 1) in ReleaseFontFileStreamAcc()
520 delete pCountedStream->get(); in ReleaseFontFileStreamAcc()
521 delete pCountedStream; in ReleaseFontFileStreamAcc()