HomeSort by relevance Sort by last modified time
    Searched defs:CIDSet (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfCIDFontDescriptorDictionary_autogen.cpp 47 SkPdfStream* SkPdfCIDFontDescriptorDictionary::CIDSet(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("CIDSet", "");
56 return get("CIDSet", "") != NULL;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 625 int CIDSet = 0;
713 CIDSet = CIDSET_KOREA1;
715 CIDSet = CIDSET_JAPAN1;
717 CIDSet = CIDSET_CNS1;
719 CIDSet = CIDSET_GB1;
722 if (CIDSet) {
723 m_pBaseMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID2UnicodeMap(CIDSet, FALSE);
    [all...]

Completed in 46 milliseconds