OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WordProps
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
483
const CPVT_WordProps&
WordProps
)
490
m_WordProps(
WordProps
) {}
520
const CPVT_WordProps&
WordProps
,
528
m_WordProps(
WordProps
),
585
const CPVT_WordProps&
WordProps
)
593
m_WordProps(
WordProps
) {}
1106
CPVT_WordProps
WordProps
;
1107
WordProps
.nFontIndex = nFontIndex;
1108
return SetRichTextProps(EP_FONTINDEX, NULL, &
WordProps
);
1112
CPVT_WordProps
WordProps
;
[
all
...]
fxet_pageobjs.cpp
328
word.
WordProps
.fFontSize = word.fFontSize;
330
crCurText = ArgbEncode(255, word.
WordProps
.dwWordColor);
355
word.
WordProps
.fCharSpace > 0.0f ||
356
word.
WordProps
.nHorzScale != 100 ||
357
FXSYS_memcmp(&word.
WordProps
, &wp, sizeof(CPVT_WordProps)) != 0 ||
368
wp = word.
WordProps
;
373
sTextBuf << GetPDFWordString(pFontMap, word.
WordProps
.nFontIndex,
376
if (word.
WordProps
.nWordStyle & PVTWORD_STYLE_UNDERLINE) {
386
if (word.
WordProps
.nWordStyle & PVTWORD_STYLE_CROSSOUT) {
565
word.
WordProps
.fFontSize = word.fFontSize
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
221
WordProps
() {}
241
CPVT_WordProps
WordProps
;
266
CPVT_WordProps
WordProps
;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp
459
nFontIndex = section.
WordProps
.nFontIndex;
481
fFontSize = section.
WordProps
.fFontSize;
585
const CPVT_WordProps&
wordProps
) {}
/external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h
339
const CPVT_WordProps&
WordProps
);
365
const CPVT_WordProps&
WordProps
,
412
const CPVT_WordProps&
WordProps
);
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
[
all
...]
Completed in 77 milliseconds