OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFX_Char
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/core/include/fxcrt/
fx_ucd.h
115
class
CFX_Char
{
117
CFX_Char
()
126
CFX_Char
(FX_WORD wCharCode, FX_DWORD dwCharProps)
145
typedef CFX_ArrayTemplate<
CFX_Char
> CFX_CharArray;
146
class CFX_TxtChar : public
CFX_Char
{
149
:
CFX_Char
(),
164
class CFX_RTFChar : public
CFX_Char
{
167
:
CFX_Char
(),
fx_arb.h
53
virtual FX_WCHAR GetFormChar(const
CFX_Char
* cur,
54
const
CFX_Char
* prev,
55
const
CFX_Char
* next) const = 0;
/external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.h
40
CFX_Char
* pChar;
99
void AppendChar_PageLoad(
CFX_Char
* pCurChar, FX_DWORD dwProps);
100
FX_DWORD AppendChar_Combination(
CFX_Char
* pCurChar, int32_t iRotation);
101
FX_DWORD AppendChar_Tab(
CFX_Char
* pCurChar, int32_t iRotation);
102
FX_DWORD AppendChar_Control(
CFX_Char
* pCurChar, int32_t iRotation);
103
FX_DWORD AppendChar_Arabic(
CFX_Char
* pCurChar, int32_t iRotation);
104
FX_DWORD AppendChar_Others(
CFX_Char
* pCurChar, int32_t iRotation);
fx_textbreak.cpp
58
m_pTxtLine1 = new CFX_TxtLine(sizeof(
CFX_Char
));
59
m_pTxtLine2 = new CFX_TxtLine(sizeof(
CFX_Char
));
317
void CFX_TxtBreak::AppendChar_PageLoad(
CFX_Char
* pCurChar, FX_DWORD dwProps) {
345
FX_DWORD CFX_TxtBreak::AppendChar_Combination(
CFX_Char
* pCurChar,
351
CFX_Char
* pLastChar;
397
FX_DWORD CFX_TxtBreak::AppendChar_Tab(
CFX_Char
* pCurChar, int32_t iRotation) {
424
FX_DWORD CFX_TxtBreak::AppendChar_Control(
CFX_Char
* pCurChar,
453
FX_DWORD CFX_TxtBreak::AppendChar_Arabic(
CFX_Char
* pCurChar,
459
CFX_Char
* pLastChar = NULL;
469
CFX_Char
* pPrevChar = GetLastChar(2);
[
all
...]
fx_rtfbreak.cpp
[
all
...]
/external/pdfium/core/src/fxcrt/
fx_arabic.h
21
virtual FX_WCHAR GetFormChar(const
CFX_Char
* cur,
22
const
CFX_Char
* prev,
23
const
CFX_Char
* next) const;
26
const FX_ARBFORMTABLE* ParseChar(const
CFX_Char
* pTC,
fx_arabic.cpp
256
CFX_Char
c(wch, kTextLayoutCodeProperties[(FX_WORD)wch]);
257
CFX_Char
p(prev, kTextLayoutCodeProperties[(FX_WORD)prev]);
258
CFX_Char
n(next, kTextLayoutCodeProperties[(FX_WORD)next]);
261
FX_WCHAR CFX_ArabicChar::GetFormChar(const
CFX_Char
* cur,
262
const
CFX_Char
* prev,
263
const
CFX_Char
* next) const {
298
const FX_ARBFORMTABLE* CFX_ArabicChar::ParseChar(const
CFX_Char
* pTC,
[
all
...]
/external/pdfium/xfa/src/fgas/include/
fx_tbk.h
13
class
CFX_Char
;
138
CFX_Char
* pChar;
153
CFX_Char
* pChar;
fx_rbk.h
11
class
CFX_Char
;
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.cpp
474
CFX_Char
* pTC;
568
CFX_Char
* pTC = NULL;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
511
CFX_Char
* ptc = pPiece->GetCharPtr(k);
Completed in 2223 milliseconds