Searched refs:FX_CHAR (Results 1 - 25 of 32) sorted by relevance

12

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.h34 m_pFamily = FX_Alloc(FX_CHAR, iSize + 1);
35 FXSYS_memcpy32(m_pFamily, pFamily, iSize * sizeof(FX_CHAR));
64 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
65 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR));
H A Dfpf_skiafontmgr.cpp190 FX_CHAR ch = pBuffer[i];
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h40 CFX_ByteStringC(FX_CHAR& ch)
158 FX_CHAR m_String[1];
254 const CFX_ByteString& operator += (FX_CHAR ch);
272 void SetAt(FX_STRSIZE nIndex, FX_CHAR ch);
274 FX_STRSIZE Insert(FX_STRSIZE index, FX_CHAR ch);
302 FX_STRSIZE Find(FX_CHAR ch, FX_STRSIZE start = 0) const;
304 FX_STRSIZE ReverseFind(FX_CHAR ch) const;
312 void TrimRight(FX_CHAR chTarget);
318 void TrimLeft(FX_CHAR chTarget);
324 FX_STRSIZE Remove(FX_CHAR c
[all...]
H A Dfx_system.h88 typedef char FX_CHAR; typedef
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp708 FX_STRSIZE CFX_ByteString::Insert(FX_STRSIZE nIndex, FX_CHAR ch)
769 FX_STRSIZE CFX_ByteString::Find(FX_CHAR ch, FX_STRSIZE nStart) const
781 FX_STRSIZE CFX_ByteString::ReverseFind(FX_CHAR ch) const
851 FX_STRSIZE CFX_ByteString::Remove(FX_CHAR chRemove)
923 void CFX_ByteString::SetAt(FX_STRSIZE nIndex, FX_CHAR ch)
1024 void CFX_ByteString::TrimRight(FX_CHAR chTarget)
1058 FXSYS_memmove32(m_pData->m_String, m_pData->m_String + pos, (nDataLength + 1)*sizeof(FX_CHAR));
1062 void CFX_ByteString::TrimLeft(FX_CHAR chTarget)
1144 FX_CHAR buf[32];
1154 FX_CHAR* pBuffe
[all...]
H A Dfx_extension.cpp237 FX_CHAR ch1 = 0, ch2 = 0;
239 ch1 = (FX_CHAR)FXSYS_tolower(*s1++);
240 ch2 = (FX_CHAR)FXSYS_tolower(*s2++);
H A Dfx_basic_gcc.cpp210 buf[len] = (FX_CHAR)wstr[i];
/external/pdfium/core/src/fxge/ge/
H A Dtext_int.h9 FX_CHAR m_Key[128];
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfont_int.h83 FX_BOOL LoadPredefined(CPDF_CMapManager* pMgr, const FX_CHAR* name, FX_BOOL bPromptCJK);
101 FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
102 int CountChar(const FX_CHAR* pString, int size) const;
H A Dfpdf_font_charset.cpp9 extern FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR*);
12 const FX_CHAR* m_Alter;
63 const FX_CHAR* FCS_GetAltStr(FX_WCHAR unicode)
478 const FX_CHAR* PDF_CharNameFromPredefinedCharSet(int encoding, FX_BYTE charcode)
616 FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR* name)
H A Dfpdf_font.cpp1153 FX_CHAR name_glyph[256];
1189 FX_CHAR name_glyph[256];
1202 FX_CHAR name_glyph[256];
1240 FX_CHAR name_glyph[256];
1280 FX_CHAR name_glyph[256];
1291 FX_CHAR name_glyph[256];
1316 FX_CHAR name_glyph[256];
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp140 pBuf[0] = (FX_CHAR)reset_r;
141 pBuf[1] = (FX_CHAR)reset_g;
142 pBuf[2] = (FX_CHAR)reset_b;
143 pBuf[3] = (FX_CHAR)set_r;
144 pBuf[4] = (FX_CHAR)set_g;
145 pBuf[5] = (FX_CHAR)set_b;
H A Dfpdf_edit_content.cpp60 CFX_ByteString CPDF_PageContentGenerate::RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType)
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp15 int _gAfxGetTimeZoneInSeconds(FX_CHAR tzhour, FX_BYTE tzminute)
218 FX_CHAR ch;
321 dt.tzHour *= (FX_CHAR)k;
630 const FX_CHAR* ap_entry = "N";
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h55 FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR* name);
161 *buf = (FX_CHAR)charcode;
220 int GetStringWidth(const FX_CHAR* pString, int size);
504 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
505 virtual int CountChar(const FX_CHAR* pString, int size) const;
H A Dfpdf_page.h243 CFX_ByteString RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h56 FX_CHAR tzHour;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp30 const FX_CHAR* g_sATypes[] = {"Unknown", "GoTo", "GoToR", "GoToE", "Launch", "Thread", "URI", "Sound", "Movie",
277 const FX_CHAR* g_sAATypes[] = {"E", "X", "D", "U", "Fo", "Bl", "PO", "PC", "PV", "PI",
H A Ddoc_annot.cpp184 const FX_CHAR* ap_entry = "N";
H A Ddoc_basic.cpp43 const FX_CHAR* g_sZoomModes[] = {"XYZ", "Fit", "FitH", "FitV", "FitR", "FitB", "FitBH", "FitBV", ""};
H A Ddoc_formcontrol.cpp173 const FX_CHAR* g_sHighlightingMode[] = {"N", "I", "O", "P", "T", ""};
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_func.cpp34 FX_BOOL Parse(const FX_CHAR* string, int size);
129 const FX_CHAR* name;
146 FX_BOOL CPDF_PSEngine::Parse(const FX_CHAR* string, int size)
592 return m_PS.Parse((const FX_CHAR*)acc.GetData(), acc.GetSize());
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1028 CPDF_Object* GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name);
1292 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel = 0);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h460 FX_CHAR m_Key[128];
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp257 m_pBuf = FX_Alloc(FX_CHAR, 1026);

Completed in 240 milliseconds

12