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

1 2

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 34 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));
fpf_skiafontmgr.cpp 190 FX_CHAR ch = pBuffer[i];
  /external/pdfium/core/include/fxcrt/
fx_string.h 40 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 ch);
    [all...]
fx_system.h 88 typedef char FX_CHAR;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 83 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;
fpdf_font_charset.cpp 9 extern FX_WCHAR PDF_UnicodeFromAdobeName(const FX_CHAR*);
12 const FX_CHAR* m_Alter;
63 const FX_CHAR* FCS_GetAltStr(FX_WCHAR unicode)
    [all...]
fpdf_font.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
text_int.h 9 FX_CHAR m_Key[128];
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 708 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)
    [all...]
fx_extension.cpp 237 FX_CHAR ch1 = 0, ch2 = 0;
239 ch1 = (FX_CHAR)FXSYS_tolower(*s1++);
240 ch2 = (FX_CHAR)FXSYS_tolower(*s2++);
fx_basic_gcc.cpp 210 buf[len] = (FX_CHAR)wstr[i];
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 140 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;
fpdf_edit_content.cpp 60 CFX_ByteString CPDF_PageContentGenerate::RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType)
  /external/pdfium/fpdfsdk/src/
fsdk_baseannot.cpp 15 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/
fpdf_resource.h 55 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;
fpdf_page.h 243 CFX_ByteString RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType);
fpdf_parser.h 148 CPDF_Font* AddStandardFont(const FX_CHAR* font, CPDF_FontEncoding* pEncoding);
420 void SetPassword(const FX_CHAR* password)
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 56 FX_CHAR tzHour;
  /external/pdfium/core/src/fpdfdoc/
doc_action.cpp 30 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",
doc_annot.cpp 184 const FX_CHAR* ap_entry = "N";
doc_basic.cpp 43 const FX_CHAR* g_sZoomModes[] = {"XYZ", "Fit", "FitH", "FitV", "FitR", "FitB", "FitBH", "FitBV", ""};
doc_formcontrol.cpp 173 const FX_CHAR* g_sHighlightingMode[] = {"N", "I", "O", "P", "T", ""};
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_func.cpp 34 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/
fpdf_doc.h 1028 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);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 460 FX_CHAR m_Key[128];

Completed in 370 milliseconds

1 2