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

1 23

  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 78 void LoadKid(FX_DWORD PageObjNum, CPDF_Object* pObj, CPDF_StructKid* pKid);
doc_annot.cpp 399 CPDF_Object*pObj = pDashArray->GetElementValue(i);
400 if (pObj && pObj->GetInteger()) {
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 34 FX_BOOL CheckObjectVisible(const CPDF_PageObject* pObj);
105 void GetBackground(CFX_DIBitmap* pBuffer, const CPDF_PageObject* pObj,
fpdf_page.h 89 int GetObjectIndex(CPDF_PageObject* pObj) const;
fpdf_parser.h 126 CPDF_Pattern* LoadPattern(CPDF_Object* pObj, FX_BOOL bShading, const CFX_AffineMatrix* matrix = NULL);
128 CPDF_Image* LoadImageF(CPDF_Object* pObj);
504 CPDF_Object* ParseDirect(CPDF_Object* pObj);
fpdf_pageobj.h 471 void CopyClipPath(CPDF_PageObject* pObj);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp     [all...]
fpdf_page_doc.cpp 111 CPDF_Image* CPDF_Document::LoadImageF(CPDF_Object* pObj)
113 if (!pObj) {
116 FXSYS_assert(pObj->GetObjNum());
117 return GetValidatePageData()->GetImage(pObj);
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]
fpdf_text.cpp 678 CPDF_PageObject* pObj = page.GetNextObject(pos);
679 if (pObj->m_Type != PDFPAGE_TEXT) {
683 CPDF_TextObject* pText = (CPDF_TextObject*)pObj;
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 106 void operator<<(CJS_Object* pObj);
Document.h 180 FX_BOOL ParserParams(JSObject *pObj,CJS_AnnotObj& annotobj);
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 412 object_buffer_p pObj = BUFFER(va_pic->coded_buf); //tobe modified
413 if (!pObj)
454 pic->encoded_frame_size = pObj->size & ~31;
455 pic->encoded_frame_base = (uint32_t)pObj->buffer_data;
459 ctx->pic_param_offset, pObj->psb_buffer,
483 *cmdbuf->cmd_idx++ = wsbmKBufHandle(wsbmKBuf(pObj->psb_buffer->drm_buf)) ;
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 126 explicit CPDF_Dest(CPDF_Object* pObj) : m_pObj(pObj) { }
491 CPDF_FileSpec(CPDF_Object *pObj)
493 m_pObj = pObj;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 51 void CFX_PrivateData::SetPrivateObj(FX_LPVOID pModuleId, CFX_DestructObject* pObj)
53 AddData(pModuleId, pObj, NULL, TRUE);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1141 void SetPrivateObj(FX_LPVOID module_id, CFX_DestructObject* pObj);
1394 CFX_SmartPointer(T *pObj) : m_pObj(pObj) {}
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 440 FX_BOOL CPDF_ImageRenderer::Start(CPDF_RenderStatus* pStatus, const CPDF_PageObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType)
444 m_pImageObject = (CPDF_ImageObject*)pObj;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h     [all...]
dxtmpl.h 14 #define DXASSERT_VALID(pObj)
comsvcs.h 935 virtual HRESULT WINAPI get_Item(__LONG32 lIndex,ISecurityIdentityColl **pObj) = 0;
949 HRESULT (WINAPI *get_Item)(ISecurityCallersColl *This,__LONG32 lIndex,ISecurityIdentityColl **pObj);
965 #define ISecurityCallersColl_get_Item(This,lIndex,pObj) (This)->lpVtbl->get_Item(This,lIndex,pObj)
971 HRESULT WINAPI ISecurityCallersColl_get_Item_Proxy(ISecurityCallersColl *This,__LONG32 lIndex,ISecurityIdentityColl **pObj);
    [all...]
rpcndr.h 325 void *pObj;
    [all...]

Completed in 691 milliseconds

1 23