OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCharSpace
(Results
1 - 17
of
17
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Label.h
23
void
SetCharSpace
(FX_FLOAT fCharSpace);
PWL_Edit.h
80
void
SetCharSpace
(FX_FLOAT fCharSpace, FX_BOOL bPaint = TRUE);
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp
110
void CPWL_Label::
SetCharSpace
(FX_FLOAT fCharSpace) {
111
m_pEdit->
SetCharSpace
(fCharSpace);
PWL_Edit.cpp
705
void CPWL_Edit::
SetCharSpace
(FX_FLOAT fCharSpace, FX_BOOL bPaint /* = TRUE*/) {
706
m_pEdit->
SetCharSpace
(fCharSpace, bPaint);
[
all
...]
/external/pdfium/xfa/src/fgas/include/
fx_rbk.h
206
virtual void
SetCharSpace
(FX_FLOAT fCharSpace) = 0;
fx_tbk.h
191
virtual void
SetCharSpace
(FX_FLOAT fCharSpace) = 0;
/external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h
86
void
SetCharSpace
(FX_FLOAT fCharSpace) override;
fx_textbreak.h
77
virtual void
SetCharSpace
(FX_FLOAT fCharSpace);
fx_rtfbreak.cpp
231
void CFX_RTFBreak::
SetCharSpace
(FX_FLOAT fCharSpace) {
[
all
...]
fx_textbreak.cpp
244
void CFX_TxtBreak::
SetCharSpace
(FX_FLOAT fCharSpace) {
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
341
virtual void
SetCharSpace
(FX_FLOAT fCharSpace = 0.0f) = 0;
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
363
void
SetCharSpace
(FX_FLOAT fCharSpace = 0.0f) override {
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
225
virtual void
SetCharSpace
(FX_FLOAT fCharSpace = 0.0f,
fxet_edit.h
543
void
SetCharSpace
(FX_FLOAT fCharSpace = 0.0f, FX_BOOL bPaint = TRUE) override;
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp
803
m_pBreak->
SetCharSpace
(font.GetLetterSpacing());
[
all
...]
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
854
void CFX_Edit::
SetCharSpace
(FX_FLOAT fCharSpace, FX_BOOL bPaint) {
855
m_pVT->
SetCharSpace
(fCharSpace);
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
[
all
...]
Completed in 4761 milliseconds