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

  /external/chromium_org/third_party/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;
SkPdfCIDFontDescriptorDictionary_autogen.h     [all...]
  /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;
SkPdfCIDFontDescriptorDictionary_autogen.h     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 636 int CIDSet = 0;
724 CIDSet = CIDSET_KOREA1;
726 CIDSet = CIDSET_JAPAN1;
728 CIDSet = CIDSET_CNS1;
730 CIDSet = CIDSET_GB1;
733 if (CIDSet) {
734 m_pBaseMap = CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals()->m_CMapManager.GetCID2UnicodeMap(CIDSet, FALSE);
    [all...]

Completed in 216 milliseconds