Home
last modified time | relevance | path

Searched refs:SetEmbeddedCharset (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_fontglobals.cpp95 SetEmbeddedCharset(CIDSET_GB1, pdfium::make_span(fxcmap::kGB1_cmaps, in LoadEmbeddedGB1CMaps()
101 SetEmbeddedCharset(CIDSET_CNS1, pdfium::make_span(fxcmap::kCNS1_cmaps, in LoadEmbeddedCNS1CMaps()
107 SetEmbeddedCharset( in LoadEmbeddedJapan1CMaps()
114 SetEmbeddedCharset( in LoadEmbeddedKorea1CMaps()
Dcpdf_fontglobals.h40 void SetEmbeddedCharset(CIDSet idx, pdfium::span<const fxcmap::CMap> map) { in SetEmbeddedCharset() function