OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPVT_SecProps
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
145
struct
CPVT_SecProps
{
146
CPVT_SecProps
() : fLineLeading(0.0f), fLineIndent(0.0f), nAlignment(0) {}
148
CPVT_SecProps
(FX_FLOAT lineLeading, FX_FLOAT lineIndent, int32_t alignment)
153
CPVT_SecProps
(const
CPVT_SecProps
& other)
264
CPVT_SecProps
SecProps;
371
const
CPVT_SecProps
* pSecProps = NULL,
382
const
CPVT_SecProps
* pSecProps = NULL,
389
const
CPVT_SecProps
* pSecProps = NULL,
/external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h
314
const
CPVT_SecProps
* pSecProps,
327
CPVT_SecProps
m_SecProps;
338
const
CPVT_SecProps
& SecProps,
353
CPVT_SecProps
m_SecProps;
364
const
CPVT_SecProps
& SecProps,
380
CPVT_SecProps
m_SecProps;
411
const
CPVT_SecProps
& SecProps,
427
CPVT_SecProps
m_SecProps;
438
const
CPVT_SecProps
* pSecProps,
453
CPVT_SecProps
m_SecProps
[
all
...]
fx_edit.h
31
struct
CPVT_SecProps
;
100
virtual void IOnCaretChange(const
CPVT_SecProps
& secProps,
336
const
CPVT_SecProps
* pSecProps = NULL,
343
virtual FX_BOOL InsertReturn(const
CPVT_SecProps
* pSecProps = NULL,
348
const
CPVT_SecProps
* pSecProps = NULL,
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
81
pSecProps = new
CPVT_SecProps
(*other.pSecProps);
94
CPVT_SecProps
* pSecProps;
392
const
CPVT_SecProps
* pSecProps = NULL,
400
const
CPVT_SecProps
* pSecProps = NULL,
405
const
CPVT_SecProps
* pSecProps = NULL,
doc_vt.cpp
817
secinfo.pSecProps = new
CPVT_SecProps
(0.0f, 0.0f, 0);
866
const
CPVT_SecProps
* pSecProps,
886
secinfo.pSecProps = new
CPVT_SecProps
(*pSecProps);
911
const
CPVT_SecProps
* pSecProps,
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h
44
void IOnCaretChange(const
CPVT_SecProps
& secProps,
PWL_EditCtrl.h
141
void IOnCaretChange(const
CPVT_SecProps
& secProps,
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
446
const
CPVT_SecProps
* pSecProps,
482
const
CPVT_SecProps
& SecProps,
519
const
CPVT_SecProps
& SecProps,
584
const
CPVT_SecProps
& SecProps,
626
const
CPVT_SecProps
* pSecProps,
663
const
CPVT_SecProps
& oldsecprops,
665
const
CPVT_SecProps
& newsecprops,
1170
CPVT_SecProps
SecProps;
1176
CPVT_SecProps
SecProps;
1182
CPVT_SecProps
SecProps
[
all
...]
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp
584
void CPWL_EditCtrl::IOnCaretChange(const
CPVT_SecProps
& secProps,
Completed in 62 milliseconds