Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:AppendChar

164 void CPDF_Font::AppendChar(CFX_ByteString& str, FX_DWORD charcode) const

167 int len = AppendChar(buf, charcode);
231 dest_pos += AppendChar(dest_buf + dest_pos, charcode);
663 m_MultiCharBuf.AppendChar(destcode.GetLength());
693 m_MultiCharBuf.AppendChar(destcode.GetLength());
716 m_MultiCharBuf.AppendChar(retcode.GetLength());