Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:pMap

492 pMap, const CFX_ByteString& bytestr)

494 return ((CPDF_FontCharMap*)pMap)->m_pFont->DecodeString(bytestr);
496 static CFX_ByteString _FontMap_GetByteString(CFX_CharMap* pMap, const CFX_WideString& widestr)
498 return ((CPDF_FontCharMap*)pMap)->m_pFont->EncodeString(widestr);