HomeSort by relevance Sort by last modified time
    Searched refs:FX_LPVOID (Results 51 - 75 of 75) sorted by null

1 23

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 37 typedef IFX_FileStream* (*FPDF_LPFCloneStreamCallback)(CPDF_Stream *pStream, FX_LPVOID pUserData);
578 CPDF_Stream* Clone(FX_BOOL bDirect, FPDF_LPFCloneStreamCallback lpfCallback, FX_LPVOID pUserData) const;
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt.cpp 194 void CRYPT_MD5Update(FX_LPVOID pctx, FX_LPCBYTE input, FX_DWORD length )
229 void CRYPT_MD5Finish(FX_LPVOID pctx, FX_BYTE digest[16] )
fx_crypt_aes.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 201 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
408 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
fx_win32_device.cpp 469 FX_LPVOID CGdiDeviceDriver::GetClipRgn()
476 return (FX_LPVOID)hClipRgn;
586 FX_BOOL CGdiDeviceDriver::SetClipRgn(FX_LPVOID hRgn)
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 123 static void ReleaseLinkList(FX_LPVOID data)
fpdfview.cpp 130 DLLEXPORT void STDCALL FPDF_InitLibrary(FX_LPVOID hInstance)
fsdk_mgr.cpp 1028 FX_BOOL CPDFSDK_PageView::IsValidAnnot(FX_LPVOID p)
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 840 static CFX_ByteString GetNativeFont(FX_BYTE iCharSet, FX_LPVOID pLogFont = NULL);
842 static CFX_ByteString GetNativeFont(FX_LPVOID pLogFont = NULL);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 36 if(pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (void*&)pGlyphBitmap)) {
40 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pGlyphBitmap);
46 FX_LPVOID Key;
fpdf_render_loadimage.cpp 636 FX_LPVOID ctx = pJpxModule->CreateDecoder(m_pStreamAcc->GetData(), m_pStreamAcc->GetSize(), m_pColorSpace != NULL);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
ttgsubtable.cpp 51 FX_LPVOID pResult = FXSYS_bsearch(&key, m_Buffer.GetBuffer(), m_Buffer.GetSize() / sizeof(_IntPair),
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 173 FX_LPVOID m_ExtHandle;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 468 FX_LPVOID m_pTransform;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 134 if (m_AnnotList[i] == (FX_LPVOID)pAnnot) {
doc_tagged.cpp 140 if (map.Lookup(pDict, (FX_LPVOID&)pElement)) {
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 279 void CFPF_SkiaFontMgr::LoadPrivateFont(FX_LPVOID pBuffer, size_t szBuffer)
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 496 virtual FX_BOOL IsValidAnnot(FX_LPVOID p);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp     [all...]
fx_basic_wstring.cpp 1055 FX_Allocator_Free(pAllocator, (FX_LPVOID)m_Ptr);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 784 void CCodec_JpxModule::GetImageInfo(FX_LPVOID ctx, FX_DWORD& width, FX_DWORD& height,
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 33 FX_LPVOID pPrivate;

Completed in 2362 milliseconds

1 23