HomeSort by relevance Sort by last modified time
    Searched refs:FX_BSTR (Results 26 - 50 of 58) sorted by null

12 3

  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 28 static FX_BOOL FPDFDOC_OCG_HasIntent(const CPDF_Dictionary *pDict, FX_BSTR csElement, FX_BSTR csDef = FX_BSTRC(""))
49 static CPDF_Dictionary* FPDFDOC_OCG_GetConfig(CPDF_Document *pDoc, const CPDF_Dictionary *pOCGDict, FX_BSTR bsState)
104 FX_BOOL CPDF_OCContext::LoadOCGStateFromConfig(FX_BSTR csConfig, const CPDF_Dictionary *pOCGDict, FX_BOOL &bValidConfig) const
doc_formcontrol.cpp 343 FX_BOOL CPDF_ApSettings::HasMKEntry(FX_BSTR csEntry)
357 FX_ARGB CPDF_ApSettings::GetColor(int& iColorType, FX_BSTR csEntry)
392 FX_FLOAT CPDF_ApSettings::GetOriginalColor(int index, FX_BSTR csEntry)
403 void CPDF_ApSettings::GetOriginalColor(int& iColorType, FX_FLOAT fc[4], FX_BSTR csEntry)
433 CFX_WideString CPDF_ApSettings::GetCaption(FX_BSTR csEntry)
441 CPDF_Stream* CPDF_ApSettings::GetIcon(FX_BSTR csEntry)
doc_metadata.cpp 80 FX_INT32 CPDF_Metadata::GetString(FX_BSTR bsItem, CFX_WideString &wsStr)
doc_basic.cpp 73 CPDF_NameTree::CPDF_NameTree(CPDF_Document* pDoc, FX_BSTR category)
227 CPDF_Array* CPDF_NameTree::LookupNamedDest(CPDF_Document* pDoc, FX_BSTR sName)
538 FX_INT32 CPDF_PageLabel::GetPageByLabel(FX_BSTR bsLabel) const
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 37 LayoutType ConvertLayoutType(FX_BSTR name);
layoutprovider_taggedpdf.cpp 24 LayoutType CPDF_LayoutElement::ConvertLayoutType(FX_BSTR name)
130 FX_BSTR name = "";
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 54 CPDF_NameTree(CPDF_Document* pDoc, FX_BSTR category);
60 CPDF_Array* LookupNamedDest(CPDF_Document* pDoc, FX_BSTR sName);
201 FX_BOOL LoadOCGStateFromConfig(FX_BSTR csConfig, const CPDF_Dictionary *pOCGDict, FX_BOOL &bValidConfig) const;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 212 CPDF_SimpleParser(FX_BSTR str);
216 FX_BOOL SearchToken(FX_BSTR token);
218 FX_BOOL SkipWord(FX_BSTR token);
220 FX_BOOL FindTagPair(FX_BSTR start_token, FX_BSTR end_token,
223 FX_BOOL FindTagParam(FX_BSTR token, int nParams);
284 FX_BOOL SearchWord(FX_BSTR word, FX_BOOL bWholeWord, FX_BOOL bForward, FX_FILESIZE limit);
286 int SearchMultiWord(FX_BSTR words, FX_BOOL bWholeWord, FX_FILESIZE limit);
288 FX_FILESIZE FindTag(FX_BSTR tag, FX_FILESIZE limit);
785 CFX_ByteString PDF_NameDecode(FX_BSTR orig);
    [all...]
fpdf_pageobj.h 277 void SetBlendMode(FX_BSTR blend_mode);
425 FX_BOOL HasMark(FX_BSTR mark) const;
427 FX_BOOL LookupMark(FX_BSTR mark, CPDF_Dictionary*& pDict) const;
fpdf_page.h 180 CPDF_Object* GetPageAttr(FX_BSTR name) const;
fpdf_resource.h 63 static CPDF_Font* GetStockFont(CPDF_Document* pDoc, FX_BSTR fontname);
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 269 void*& CFX_MapByteStringToPtr::operator[](FX_BSTR key)
318 CFX_MapByteStringToPtr::GetAssocAt(FX_BSTR key, FX_DWORD& nHash) const
332 FX_BOOL CFX_MapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
359 inline FX_DWORD CFX_MapByteStringToPtr::HashKey(FX_BSTR key) const
369 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key)
514 FX_BOOL CFX_CMapByteStringToPtr::Lookup(FX_BSTR key, void*& rValue) const
523 void CFX_CMapByteStringToPtr::SetAt(FX_BSTR key, void* value)
550 void CFX_CMapByteStringToPtr::AddValue(FX_BSTR key, void* value)
557 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key)
fx_basic_buffer.cpp 150 CFX_ByteTextBuf& CFX_ByteTextBuf::operator << (FX_BSTR lpsz)
293 CFX_ArchiveSaver& CFX_ArchiveSaver::operator << (FX_BSTR bstr)
500 FX_INT32 IFX_BufferArchive::AppendString(FX_BSTR lpsz)
fx_basic_util.cpp 93 void FX_atonum(FX_BSTR strc, FX_BOOL& bInteger, void* pData)
126 FX_FLOAT FX_atof(FX_BSTR strc)
fx_xml_parser.cpp 167 void CXML_Parser::SkipLiterals(FX_BSTR str)
616 CXML_Element::CXML_Element(FX_BSTR qSpace, FX_BSTR tagName, IFX_Allocator* pAllocator)
626 CXML_Element::CXML_Element(FX_BSTR qTagName, IFX_Allocator* pAllocator)
716 CFX_ByteString CXML_Element::GetNamespaceURI(FX_BSTR qName) const
733 void CXML_Element::GetNamespaceURI(FX_BSTR qName, CFX_ByteStringL &uri) const
774 FX_BOOL CXML_Element::HasAttr(FX_BSTR name) const
780 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const
791 const CFX_WideStringL* CXML_Element::GetAttrValuePtr(FX_BSTR name) const
797 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const
    [all...]
extension.h 13 virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode) = 0;
fx_extension.cpp 14 FX_HFILE FX_File_Open(FX_BSTR fileName, FX_DWORD dwMode, IFX_Allocator* pAllocator)
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 60 void ParseWord(FX_BSTR str);
fpdf_font_cid.cpp 155 static FX_DWORD CMap_GetCode(FX_BSTR word)
182 static FX_BOOL _CMap_GetCodeRange(_CMap_CodeRange& range, FX_BSTR first, FX_BSTR second)
214 static CFX_ByteString CMap_GetString(FX_BSTR word)
218 void CPDF_CMapParser::ParseWord(FX_BSTR word)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 377 static int GetBlendType(FX_BSTR mode)
418 void CPDF_GeneralStateData::SetBlendMode(FX_BSTR blend_mode)
677 FX_BOOL CPDF_ContentMark::HasMark(FX_BSTR mark) const
690 FX_BOOL CPDF_ContentMark::LookupMark(FX_BSTR mark, CPDF_Dictionary*& pDict) const
pageint.h 244 CPDF_Object* FindResourceObj(FX_BSTR type, const CFX_ByteString& name);
417 CPDF_Font* GetStandardFont(FX_BSTR fontName, CPDF_FontEncoding* pEncoding);
fpdf_page_doc.cpp 290 CPDF_Font* CPDF_DocPageData::GetStandardFont(FX_BSTR fontName, CPDF_FontEncoding* pEncoding)
fpdf_page.cpp 922 CPDF_Object* FPDFAPI_GetPageAttr(CPDF_Dictionary* pPageDict, FX_BSTR name)
941 CPDF_Object* CPDF_Page::GetPageAttr(FX_BSTR name) const
    [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafont.cpp 169 FX_BOOL CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFamily, FX_DWORD dwStyle, FX_BYTE uCharset)
  /external/pdfium/core/include/fxge/
fx_font.h 320 void AddPath(FX_BSTR path);

Completed in 2753 milliseconds

12 3