Searched defs:pStream (Results 51 - 57 of 57) sorted by relevance

123

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamcontentparser.cpp76 CPDF_Stream* pStream = ToStream(pShading->GetShadingObject()); local
78 if (!pStream || !pCS)
81 CPDF_MeshStream stream(type, pShading->GetFuncs(), pStream, pCS);
645 std::unique_ptr<CPDF_Stream> pStream = local
659 CPDF_ImageObject* pObj = AddImage(std::move(pStream));
767 void CPDF_StreamContentParser::AddForm(CPDF_Stream* pStream) { argument
774 m_pDocument.Get(), m_pPageResources.Get(), pStream, m_pResources.Get());
791 std::unique_ptr<CPDF_Stream> pStream) {
792 if (!pStream)
797 pdfium::MakeRetain<CPDF_Image>(m_pDocument.Get(), std::move(pStream)));
790 AddImage( std::unique_ptr<CPDF_Stream> pStream) argument
[all...]
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp832 if (CPDF_Stream* pStream = ToStream(pObject.get())) {
833 if (CPDF_Dictionary* pDict = pStream->GetDict()) {
891 CPDF_Stream* pStream = pObj->AsStream(); local
893 pStream ? pStream->GetDict() : pObj->AsDictionary()) {
1044 CPDF_Stream* pStream = pUnownedObject->AsStream(); local
1045 if (!pStream)
1048 CPDF_Dictionary* pDict = pStream->GetDict();
1098 auto pAcc = pdfium::MakeRetain<CPDF_StreamAcc>(pStream);
1247 const CPDF_Stream* pStream local
[all...]
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp2109 CPDF_Stream* pStream = ToStream(pPattern->GetShadingObject()); local
2110 if (!pStream)
2112 CPDF_MeshStream stream(shadingType, pPattern->GetFuncs(), pStream,
/external/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp1435 GpStream* pStream; member in struct:__anon17851
1440 GpStream* pStream = nullptr; local
1451 pStream = new GpStream;
1452 pStream->Write(args.memory_base, (ULONG)args.memory_size, nullptr);
1453 status = CallFunc(GdipCreateBitmapFromStreamICM)(pStream, &pBitmap);
1456 if (pStream)
1457 pStream->Release();
1514 pInfo->pStream = pStream;
1525 if (pInfo->pStream)
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dstate.h284 uint8_t* pStream; // OUT: output stream (contains vertices for all output streams) member in struct:SWR_GS_CONTEXT
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...

Completed in 352 milliseconds

123