HomeSort by relevance Sort by last modified time
    Searched full:pstream (Results 126 - 150 of 173) sorted by null

1 2 3 4 56 7

  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 135 CPDF_ImageObject* AddImage(CPDF_Stream* pStream,
  /external/pdfium/xfa/src/fdp/include/
fde_xml.h 215 virtual void Init(IFX_Stream* pStream,
fde_css.h 449 IFX_Stream* pStream,
504 virtual FX_BOOL Init(IFX_Stream* pStream,
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 290 virtual void Init(IFX_Stream* pStream,
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.h 72 virtual void SetTextByStream(IFX_Stream* pStream);
fde_txtedtengine.cpp 113 void CFDE_TxtEdtEngine::SetTextByStream(IFX_Stream* pStream) {
116 if (pStream != NULL && pStream->GetLength()) {
117 int32_t nStreamLength = pStream->GetLength();
125 int32_t nPos = pStream->GetBOM(bom);
126 pStream->Seek(FX_STREAMSEEK_Begin, nPos);
131 int32_t nRead = pStream->ReadString(lpwstr, nPlateSize, bEos);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]
msimcsdk.h 232 virtual HRESULT WINAPI HostWindowEx(BSTR bstrControl,__LONG32 lStyle,__LONG32 lExStyle,IStream *pStream,IMSIMWindow **ppMSIMWindow,IUnknown **ppUnk,REFIID iidAdvise,IUnknown *punkSink) = 0;
250 HRESULT (WINAPI *HostWindowEx)(IMSIMHost *This,BSTR bstrControl,__LONG32 lStyle,__LONG32 lExStyle,IStream *pStream,IMSIMWindow **ppMSIMWindow,IUnknown **ppUnk,REFIID iidAdvise,IUnknown *punkSink);
270 #define IMSIMHost_HostWindowEx(This,bstrControl,lStyle,lExStyle,pStream,ppMSIMWindow,ppUnk,iidAdvise,punkSink) (This)->lpVtbl->HostWindowEx(This,bstrControl,lStyle,lExStyle,pStream,ppMSIMWindow,ppUnk,iidAdvise,punkSink)
285 HRESULT WINAPI IMSIMHost_HostWindowEx_Proxy(IMSIMHost *This,BSTR bstrControl,__LONG32 lStyle,__LONG32 lExStyle,IStream *pStream,IMSIMWindow **ppMSIMWindow,IUnknown **ppUnk,REFIID iidAdvise,IUnknown *punkSink);
    [all...]
propidl.h 50 IStream *pStream;
203 IStream *pStream;
scardssp.h 271 virtual HRESULT WINAPI put_Stream(LPSTREAM pStream) = 0;
296 HRESULT (WINAPI *put_Stream)(IByteBuffer *This,LPSTREAM pStream);
323 #define IByteBuffer_put_Stream(This,pStream) (This)->lpVtbl->put_Stream(This,pStream)
340 HRESULT WINAPI IByteBuffer_put_Stream_Proxy(IByteBuffer *This,LPSTREAM pStream);
    [all...]
propsys.h 281 IStream *pstream,
307 IStream *pstream,
323 #define IInitializeWithStream_Initialize(This,pstream,grfMode) (This)->lpVtbl->Initialize(This,pstream,grfMode)
336 static FORCEINLINE HRESULT IInitializeWithStream_Initialize(IInitializeWithStream* This,IStream *pstream,DWORD grfMode) {
337 return This->lpVtbl->Initialize(This,pstream,grfMode);
    [all...]
ocidl.h     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.cpp 662 CJBig2_BitStream* pStream,
672 bitpos = (int)pStream->getBitPos();
673 FaxG4Decode(pStream->getBuf(), pStream->getLength(), &bitpos,
675 pStream->setBitPos(bitpos);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 510 void LoadAllData(const CPDF_Stream* pStream,
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 79 u8 *pStream; /* Pointer to stream to be decoded */
  /external/pdfium/core/include/fxcrt/
fx_basic.h 162 void SetStream(IFX_FileStream* pStream) { m_pStream = pStream; }
  /external/pdfium/xfa/include/fxfa/
fxfa.h 311 IFX_FileRead* pStream,
499 IFX_FileRead* pStream,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 365 if ((pInput->pStream == NULL) || (pInput->dataLen == 0))
395 tmpStream = pInput->pStream;
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so 
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 675 CPDF_Stream* pStream = (CPDF_Stream*)pDirectObj;
677 pAcc->LoadAllData(pStream);
    [all...]

Completed in 1246 milliseconds

1 2 3 4 56 7