Searched refs:InitStream (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | cfx_seekablemultistream_unittest.cpp | 46 stream1->InitStream(reinterpret_cast<const uint8_t*>("one t"), 5, in TEST() 48 stream2->InitStream(reinterpret_cast<const uint8_t*>("wo "), 3, in TEST() 50 stream3->InitStream(reinterpret_cast<const uint8_t*>("three!!!"), 8, in TEST()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_stream.h | 51 void InitStream(const uint8_t* pData,
|
D | cpdf_stream.cpp | 55 void CPDF_Stream::InitStream(const uint8_t* pData, in InitStream() function in CPDF_Stream
|
D | cpdf_object_unittest.cpp | 790 stream->InitStream(data.data(), data.size(), in TEST() 813 stream->InitStream(data.data(), data.size(), in TEST()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 162 m_pStream->InitStream(&(data[0]), size, std::move(pDict)); in SetJpegImageInline() 322 m_pStream->InitStream(dest_buf, dest_size, std::move(pDict)); in SetImage()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cba_fontmap.cpp | 178 pStream->InitStream(nullptr, 0, std::move(pOwnedDict)); in AddFontToAnnotDict()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 416 int InitStream(grpc_transport* self, grpc_stream* stream, in InitStream() function 450 0, "dummy_http2", InitStream,
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 1942 pStream->InitStream(nullptr, 0, std::move(pNewDict)); in Write()
|