HomeSort by relevance Sort by last modified time
    Searched refs:FX_CHAR (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/pdfium/core/fxge/android/
cfpf_skiapathfont.h 23 void SetPath(const FX_CHAR* pPath) {
26 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
27 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR));
30 FX_CHAR* m_pPath;
cfpf_skiafontdescriptor.h 26 void SetFamily(const FX_CHAR* pFamily) {
29 m_pFamily = FX_Alloc(FX_CHAR, iSize + 1);
30 FXSYS_memcpy(m_pFamily, pFamily, iSize * sizeof(FX_CHAR));
33 FX_CHAR* m_pFamily;
cfx_androidfontinfo.h 30 const FX_CHAR* face,
32 void* GetFont(const FX_CHAR* face) override;
  /external/pdfium/core/fxge/ge/
fx_text_int.h 17 FX_CHAR m_Key[128];
fx_ge_linux.cpp 18 const FX_CHAR* const g_LinuxGpFontList[][kLinuxGpNameSize] = {
29 const FX_CHAR* const g_LinuxGbFontList[] = {
33 const FX_CHAR* const g_LinuxB5FontList[] = {
37 const FX_CHAR* const g_LinuxHGFontList[] = {
41 size_t GetJapanesePreference(const FX_CHAR* facearr,
75 const FX_CHAR* family,
84 const FX_CHAR* cstr_face,
cfx_folderfontinfo.h 30 const FX_CHAR* face,
38 void* GetFont(const FX_CHAR* face) override;
59 const FX_CHAR* family,
  /external/pdfium/core/fxge/win32/
cpsoutput.h 21 void OutputPS(const FX_CHAR* str, int len);
cpsoutput.cpp 23 void CPSOutput::OutputPS(const FX_CHAR* str, int len) {
29 FX_CHAR buffer[1026];
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.h 26 const FX_CHAR* pChecksum);
32 const FX_CHAR* pChecksum);
  /external/pdfium/xfa/fxbarcode/
BC_Utils.cpp 14 FX_CHAR c) {
24 void BC_FX_ByteString_Append(CFX_ByteString& dst, int32_t count, FX_CHAR c) {
cbc_codabar.h 30 bool SetStartChar(FX_CHAR start);
31 bool SetEndChar(FX_CHAR end);
  /external/pdfium/core/fxcrt/
fx_string.h 24 using CFX_ByteStringC = CFX_StringCTemplate<FX_CHAR>;
35 using CharType = FX_CHAR;
45 CFX_ByteString(const FX_CHAR* ptr);
47 CFX_ByteString(const FX_CHAR* ptr, FX_STRSIZE len);
62 const FX_CHAR* c_str() const { return m_pData ? m_pData->m_String : ""; }
95 const CFX_ByteString& operator=(const FX_CHAR* str);
99 const CFX_ByteString& operator+=(FX_CHAR ch);
100 const CFX_ByteString& operator+=(const FX_CHAR* str);
112 void SetAt(FX_STRSIZE nIndex, FX_CHAR ch);
113 FX_STRSIZE Insert(FX_STRSIZE index, FX_CHAR ch)
    [all...]
fx_basic_gcc.cpp 85 int32_t FXSYS_atoi(const FX_CHAR* str) {
86 return FXSYS_StrToInt<int32_t, FX_CHAR>(str);
88 uint32_t FXSYS_atoui(const FX_CHAR* str) {
94 int64_t FXSYS_atoi64(const FX_CHAR* str) {
95 return FXSYS_StrToInt<int64_t, FX_CHAR>(str);
100 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix) {
101 return FXSYS_IntToStr<int64_t, uint64_t, FX_CHAR*>(value, str, radix);
113 uint32_t FXSYS_GetFullPathName(const FX_CHAR* filename,
115 FX_CHAR* buf
    [all...]
fx_system_unittest.cpp 19 const FX_CHAR kSentinel = 0x7f;
23 FX_CHAR buf[kBufLen];
32 FX_CHAR buf[kBufLen];
41 FX_CHAR buf[kBufLen];
50 FX_CHAR buf[kBufLen];
59 FX_CHAR buf[kBufLen];
68 FX_CHAR buf[kBufLen];
78 FX_CHAR buf[32];
118 FX_CHAR buf[32];
fx_ext.h 20 FX_FLOAT FXSYS_strtof(const FX_CHAR* pcsStr,
28 int32_t FXSYS_strnicmp(const FX_CHAR* s1, const FX_CHAR* s2, size_t count);
55 inline int FXSYS_toHexDigit(const FX_CHAR c) {
62 inline bool FXSYS_isDecimalDigit(const FX_CHAR c) {
70 inline int FXSYS_toDecimalDigit(const FX_CHAR c) {
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.h 33 void SetExtGID(const FX_CHAR* name, int charcode);
cpdf_fontencoding.h 30 FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR* name);
34 const FX_CHAR* PDF_CharNameFromPredefinedCharSet(int encoding,
cpdf_type1font.cpp 22 const FX_CHAR* m_pStrAdobe;
23 const FX_CHAR* m_pStrUnicode;
33 return FXSYS_stricmp(static_cast<const FX_CHAR*>(key),
37 const FX_CHAR* GlyphNameRemap(const FX_CHAR* pStrAdobe) {
164 const FX_CHAR* name =
194 const FX_CHAR* name =
209 FX_CHAR name_glyph[256];
228 const FX_CHAR* name =
234 const FX_CHAR* pStrUnicode = GlyphNameRemap(name)
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_aaction.cpp 11 const FX_CHAR* g_sAATypes[] = {"E", "X", "D", "U", "Fo", "Bl", "PO", "PC",
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.h 28 FX_CHAR m_szLastError[PNG_ERROR_SIZE];
  /external/pdfium/xfa/fwl/
cfwl_barcode.h 66 void SetStartChar(FX_CHAR startChar);
67 void SetEndChar(FX_CHAR endChar);
86 FX_CHAR m_cStartChar;
87 FX_CHAR m_cEndChar;
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.h 40 virtual bool SetStartChar(FX_CHAR start);
41 virtual bool SetEndChar(FX_CHAR end);
53 FX_CHAR m_chStart;
54 FX_CHAR m_chEnd;
  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 30 const FX_CHAR* face,
40 virtual void* GetFont(const FX_CHAR* face) = 0;
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 17 const FX_CHAR* m_pName;
18 const FX_CHAR* m_pSubstName;
44 const FX_CHAR* family,
64 const FX_CHAR* cstr_face,
  /external/pdfium/fxjs/
fxjse.h 42 const FX_CHAR* name;
47 const FX_CHAR* name;
53 const FX_CHAR* name;

Completed in 193 milliseconds

1 2 3 4 5 6