Home
last modified time | relevance | path

Searched refs:FX_WORD (Results 1 – 25 of 195) sorted by relevance

12345678

/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Japan1/
Dcmaps_japan1.h12 extern const FX_WORD g_FXCMAP_83pv_RKSJ_H_1[];
13 extern const FX_WORD g_FXCMAP_90ms_RKSJ_H_2[];
14 extern const FX_WORD g_FXCMAP_90ms_RKSJ_V_2[];
15 extern const FX_WORD g_FXCMAP_90msp_RKSJ_H_2[];
16 extern const FX_WORD g_FXCMAP_90msp_RKSJ_V_2[];
17 extern const FX_WORD g_FXCMAP_90pv_RKSJ_H_1[];
18 extern const FX_WORD g_FXCMAP_Add_RKSJ_H_1[];
19 extern const FX_WORD g_FXCMAP_Add_RKSJ_V_1[];
20 extern const FX_WORD g_FXCMAP_EUC_H_1[];
21 extern const FX_WORD g_FXCMAP_EUC_V_1[];
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
Dfpdf_cmaps.cpp33 return (*(FX_WORD*)p1) - (*(FX_WORD*)p2); in compareWord()
38 if (*(FX_WORD*)key < *(FX_WORD*)element) { in compareWordRange()
41 if (*(FX_WORD*)key > ((FX_WORD*)element)[1]) { in compareWordRange()
50 FX_WORD hiword = (FX_WORD)(key >> 16); in compareDWordRange()
51 FX_WORD* element = (FX_WORD*)p2; in compareDWordRange()
58 FX_WORD loword = (FX_WORD)key; in compareDWordRange()
71 FX_DWORD value = ((*(FX_WORD*)p2) << 16) | ((FX_WORD*)p2)[1]; in compareDWordSingle()
81 FX_WORD FPDFAPI_CIDFromCharCode(const FXCMAP_CMap* pMap, FX_DWORD charcode) { in FPDFAPI_CIDFromCharCode()
85 FX_WORD* found = in FPDFAPI_CIDFromCharCode()
86 (FX_WORD*)FXSYS_bsearch(&charcode, pMap->m_pDWordMap, in FPDFAPI_CIDFromCharCode()
[all …]
Dcmap_int.h17 const FX_WORD* m_pWordMap;
20 const FX_WORD* m_pDWordMap;
29 FX_WORD FPDFAPI_CIDFromCharCode(const FXCMAP_CMap* pMap, FX_DWORD charcode);
30 FX_DWORD FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, FX_WORD cid);
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/
Dcmaps_cns1.h12 extern const FX_WORD g_FXCMAP_B5pc_H_0[];
13 extern const FX_WORD g_FXCMAP_B5pc_V_0[];
14 extern const FX_WORD g_FXCMAP_HKscs_B5_H_5[];
15 extern const FX_WORD g_FXCMAP_HKscs_B5_V_5[];
16 extern const FX_WORD g_FXCMAP_ETen_B5_H_0[];
17 extern const FX_WORD g_FXCMAP_ETen_B5_V_0[];
18 extern const FX_WORD g_FXCMAP_ETenms_B5_H_0[];
19 extern const FX_WORD g_FXCMAP_ETenms_B5_V_0[];
20 extern const FX_WORD g_FXCMAP_CNS_EUC_H_0[];
21 extern const FX_WORD g_FXCMAP_CNS_EUC_H_0_DWord[];
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/GB1/
Dcmaps_gb1.h12 extern const FX_WORD g_FXCMAP_GB_EUC_H_0[];
13 extern const FX_WORD g_FXCMAP_GB_EUC_V_0[];
14 extern const FX_WORD g_FXCMAP_GBpc_EUC_H_0[];
15 extern const FX_WORD g_FXCMAP_GBpc_EUC_V_0[];
16 extern const FX_WORD g_FXCMAP_GBK_EUC_H_2[];
17 extern const FX_WORD g_FXCMAP_GBK_EUC_V_2[];
18 extern const FX_WORD g_FXCMAP_GBKp_EUC_H_2[];
19 extern const FX_WORD g_FXCMAP_GBKp_EUC_V_2[];
20 extern const FX_WORD g_FXCMAP_GBK2K_H_5[];
21 extern const FX_WORD g_FXCMAP_GBK2K_H_5_DWord[];
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/Korea1/
Dcmaps_korea1.h12 extern const FX_WORD g_FXCMAP_KSC_EUC_H_0[];
13 extern const FX_WORD g_FXCMAP_KSC_EUC_V_0[];
14 extern const FX_WORD g_FXCMAP_KSCms_UHC_H_1[];
15 extern const FX_WORD g_FXCMAP_KSCms_UHC_V_1[];
16 extern const FX_WORD g_FXCMAP_KSCms_UHC_HW_H_1[];
17 extern const FX_WORD g_FXCMAP_KSCms_UHC_HW_V_1[];
18 extern const FX_WORD g_FXCMAP_KSCpc_EUC_H_0[];
19 extern const FX_WORD g_FXCMAP_UniKS_UCS2_H_1[];
20 extern const FX_WORD g_FXCMAP_UniKS_UCS2_V_1[];
21 extern const FX_WORD g_FXCMAP_UniKS_UTF16_H_0[];
[all …]
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h11 extern FX_WORD _GetWord_LSBFirst(uint8_t* p);
12 extern void _SetWord_LSBFirst(uint8_t* p, FX_WORD v);
63 FX_WORD width;
64 FX_WORD height;
70 FX_WORD left;
71 FX_WORD top;
72 FX_WORD width;
73 FX_WORD height;
86 FX_WORD delay_time;
91 FX_WORD grid_left;
[all …]
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_encode.cpp13 FX_WORD wch; in FX_SwapByteOrder()
16 wch = (FX_WORD)*pStr; in FX_SwapByteOrder()
23 wch = (FX_WORD)*pStr; in FX_SwapByteOrder()
36 FX_WORD wch; in FX_SwapByteOrderCopy()
39 wch = (FX_WORD)*pSrc++; in FX_SwapByteOrderCopy()
46 wch = (FX_WORD)*pSrc++; in FX_SwapByteOrderCopy()
57 FX_WORD* pSrc = (FX_WORD*)pBuffer; in FX_UTF16ToWChar()
63 void FX_UTF16ToWCharCopy(const FX_WORD* pUTF16, in FX_UTF16ToWCharCopy()
81 FX_WORD* pDst = (FX_WORD*)pBuffer; in FX_WCharToUTF16()
83 *pDst++ = (FX_WORD)*pSrc++; in FX_WCharToUTF16()
[all …]
Dfx_codepage.cpp17 FX_WORD FX_GetCodePageFromCharset(uint8_t charset) { in FX_GetCodePageFromCharset()
43 FX_WORD FX_GetCharsetFromCodePage(FX_WORD codepage) { in FX_GetCharsetFromCodePage()
197 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage) { in FX_GetDefCodePageByLanguage()
301 FX_WORD FX_GetCodePageFromStringA(const FX_CHAR* pStr, int32_t iLength) { in FX_GetCodePageFromStringA()
317 return (FX_WORD)cp.uCodePage; in FX_GetCodePageFromStringA()
326 FX_WORD FX_GetCodePageFormStringW(const FX_WCHAR* pStr, int32_t iLength) { in FX_GetCodePageFormStringW()
/external/pdfium/xfa/src/fgas/include/
Dfx_cpg.h133 FX_WORD FX_GetCodePageFromCharset(uint8_t charset);
134 FX_WORD FX_GetCharsetFromCodePage(FX_WORD codepage);
135 FX_WORD FX_GetCodePageFromStringA(const FX_CHAR* pStr, int32_t iLength);
136 FX_WORD FX_GetCodePageFormStringW(const FX_WCHAR* pStr, int32_t iLength);
137 FX_WORD FX_GetDefCodePageByLanguage(FX_WORD wLanguage);
143 void FX_UTF16ToWCharCopy(const FX_WORD* pUTF16,
148 FX_WORD* pUTF16,
150 int32_t FX_DecodeString(FX_WORD wCodePage,
222 FX_WORD wLanguage;
223 FX_WORD wCodepage;
[all …]
Dfx_fnt.h54 FX_WORD wCodePage,
69 virtual IFX_Font* Derive(FX_DWORD dwFontStyles, FX_WORD wCodePage = 0) = 0;
101 FX_WORD wCodePage;
144 FX_WORD wCodePage,
156 FX_WORD wLanguage,
161 FX_WORD wCodePage = 0xFFFF) = 0;
167 FX_WORD wCodePage = 0,
171 FX_WORD wCodePage = 0xFFFF) = 0;
181 FX_WORD wCodePage,
196 FX_WORD wLanguage,
[all …]
/external/pdfium/fpdfsdk/src/javascript/
DJS_GlobalData.cpp320 FX_WORD wType = *((FX_WORD*)p); in LoadGlobalPersistentVariables()
321 p += sizeof(FX_WORD); in LoadGlobalPersistentVariables()
325 if (wType == (FX_WORD)(('X' << 8) | 'F')) { in LoadGlobalPersistentVariables()
326 FX_WORD wVersion = *((FX_WORD*)p); in LoadGlobalPersistentVariables()
327 p += sizeof(FX_WORD); in LoadGlobalPersistentVariables()
337 if (dwSize == nLength - sizeof(FX_WORD) * 2 - sizeof(FX_DWORD) * 2) { in LoadGlobalPersistentVariables()
351 FX_WORD wDataType = *((FX_WORD*)p); in LoadGlobalPersistentVariables()
352 p += sizeof(FX_WORD); in LoadGlobalPersistentVariables()
372 FX_WORD wData = *((FX_WORD*)p); in LoadGlobalPersistentVariables()
373 p += sizeof(FX_WORD); in LoadGlobalPersistentVariables()
[all …]
/external/pdfium/core/src/fxcodec/lbmp/
Dfx_bmp.h36 FX_WORD bfType;
38 FX_WORD bfReserved1;
39 FX_WORD bfReserved2;
44 FX_WORD bcWidth;
45 FX_WORD bcHeight;
46 FX_WORD bcPlanes;
47 FX_WORD bcBitCount;
53 FX_WORD biPlanes;
54 FX_WORD biBitCount;
83 FX_WORD bitCounts;
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_charset.cpp13 FX_WORD m_Unicode;
64 FX_WORD middlecode = UnicodeAlts[middle].m_Unicode; in FCS_GetAltStr()
75 static const FX_WORD StandardEncoding[256] = {
105 static const FX_WORD MacRomanEncoding[256] = {
135 static const FX_WORD AdobeWinAnsiEncoding[256] = {
165 static const FX_WORD MacExpertEncoding[256] = {
195 static const FX_WORD AdobeSymbolEncoding[256] = {
226 static const FX_WORD ZapfEncoding[256] = {
1681 return (FX_WORD)charcode; in FT_UnicodeFromCharCode()
1695 static FX_DWORD PDF_FindCode(const FX_WORD* pCodes, FX_WORD unicode) { in PDF_FindCode()
[all …]
Dfont_int.h74 const FX_WORD* m_pMap;
131 FX_WORD CIDFromCharCode(FX_DWORD charcode) const;
132 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
158 FX_WORD* m_pMapping;
184 FX_WCHAR UnicodeFromCID(FX_WORD CID);
188 const FX_WORD* m_pEmbeddedMap;
217 const FX_WORD*& pMap,
Dfpdf_font_cid.cpp296 const FX_WORD* pCodes = pFontGlobals->m_EmbeddedToUnicodes[charset].m_pMap; in EmbeddedCharcodeFromUnicode()
319 FX_WORD cid = FPDFAPI_CIDFromCharCode(pEmbedMap, charcode); in EmbeddedUnicodeFromCharcode()
325 const FX_WORD* pCodes = pFontGlobals->m_EmbeddedToUnicodes[charset].m_pMap; in EmbeddedUnicodeFromCharcode()
362 FX_WORD CID;
522 FX_WORD CID = *static_cast<const FX_WORD*>(key); in CompareCIDTransform()
632 FX_WORD StartCID; in ParseWord()
638 StartCID = (FX_WORD)m_CodePoints[1]; in ParseWord()
645 StartCID = (FX_WORD)m_CodePoints[2]; in ParseWord()
649 m_pCMap->m_pMapping[code] = (FX_WORD)(StartCID + code - StartCode); in ParseWord()
822 m_pMapping = FX_Alloc(FX_WORD, 65536); in LoadEmbedded()
[all …]
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h31 FX_WORD wYear;
32 FX_WORD wMonth;
33 FX_WORD wDayOfWeek;
34 FX_WORD wDay;
35 FX_WORD wHour;
36 FX_WORD wMinute;
37 FX_WORD wSecond;
38 FX_WORD wMilliseconds;
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.h21 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
30 virtual IFX_Font* GetDefFontByLanguage(FX_WORD wLanguage,
35 FX_WORD wCodePage = 0xFFFF);
41 FX_WORD wCodePage = 0,
45 FX_WORD wCodePage = 0xFFFF);
66 FX_WORD wCodePage,
147 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
156 virtual IFX_Font* GetDefFontByLanguage(FX_WORD wLanguage,
159 virtual IFX_Font* GetFontByCodePage(FX_WORD wCodePage,
168 virtual IFX_Font* GetFontByLanguage(FX_WORD wLanguage,
[all …]
Dfx_fontutils.h12 FX_WORD wBitField;
13 FX_WORD wCodePage;
16 FX_DWORD FGAS_GetFontHashCode(FX_WORD wCodePage, FX_DWORD dwFontStyles);
19 FX_WORD wCodePage);
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.h11 CFX_LocaleMgr(FX_WORD wDefLCID);
13 virtual FX_WORD GetDefLocaleID();
15 virtual IFX_Locale* GetLocale(FX_WORD lcid);
22 FX_WORD m_wDefLCID;
Dfx_datetime.cpp131 FX_WORD wYear;
132 FX_WORD wMonth;
133 FX_WORD wDayOfWeek;
134 FX_WORD wDay;
135 FX_WORD wHour;
136 FX_WORD wMinute;
137 FX_WORD wSecond;
138 FX_WORD wMilliseconds;
166 (uint8_t)utLocal.wSecond, (FX_WORD)utLocal.wMilliseconds); in Now()
194 (uint8_t)utLocal.wSecond, (FX_WORD)utLocal.wMilliseconds); in SetGMTime()
[all …]
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h13 FX_WORD dwStyles;
14 FX_WORD wCodePage;
25 FX_WORD wCodePage = 0xFFFF) override;
29 FX_WORD wCodePage = 0xFFFF) override;
72 FX_WORD wCodePage = 0xFFFF);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_localemgr.h32 virtual FX_WORD GetDefLocaleID();
34 virtual IFX_Locale* GetLocale(FX_WORD lcid);
45 FX_WORD m_dwDeflcid;
46 FX_WORD m_dwLocaleFlags;
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_ErrorCorrection.cpp151 FX_WORD* ecc = FX_Alloc(FX_WORD, numECWords); in createECCBlock()
152 FXSYS_memset(ecc, 0, numECWords * sizeof(FX_WORD)); in createECCBlock()
154 FX_WORD m = ecc[numECWords - 1] ^ codewords.GetAt(l); in createECCBlock()
157 ecc[k] = (FX_WORD)(ecc[k - 1] ^ in createECCBlock()
164 ecc[0] = (FX_WORD)ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255]; in createECCBlock()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h59 int32_t GetWordFontIndex(FX_WORD word,
62 int32_t CharCodeFromUnicode(int32_t nFontIndex, FX_WORD word) override;
63 int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) override;
89 FX_BOOL KnowWord(int32_t nFontIndex, FX_WORD word);
95 int32_t GetPWLFontIndex(FX_WORD word, int32_t nCharset);

12345678