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

  /external/pdfium/core/fxcrt/
cfx_seekablemultistream_unittest.cpp 46 stream1->InitStream(reinterpret_cast<const uint8_t*>("one t"), 5,
48 stream2->InitStream(reinterpret_cast<const uint8_t*>("wo "), 3,
50 stream3->InitStream(reinterpret_cast<const uint8_t*>("three!!!"), 8,
  /external/pdfium/core/fpdfapi/parser/
cpdf_stream.h 51 void InitStream(const uint8_t* pData,
cpdf_stream.cpp 55 void CPDF_Stream::InitStream(const uint8_t* pData,
cpdf_object_unittest.cpp     [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_image.cpp 162 m_pStream->InitStream(&(data[0]), size, std::move(pDict));
322 m_pStream->InitStream(dest_buf, dest_size, std::move(pDict));
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 178 pStream->InitStream(nullptr, 0, std::move(pOwnedDict));
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 354 std::error_code InitStream();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 591 std::error_code InitStream();
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]

Completed in 246 milliseconds