OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetHorzScale
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp
161
int32_t nHorzScale = pEdit->
GetHorzScale
();
fxet_pageobjs.cpp
161
int32_t nHorzScale = pEdit->
GetHorzScale
();
fxet_edit.cpp
[
all
...]
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
421
int32_t
GetHorzScale
() const override { return m_nHorzScale; }
491
int32_t
GetHorzScale
(const CPVT_WordInfo& WordInfo);
doc_vt.cpp
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
416
virtual int32_t
GetHorzScale
() const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h
411
virtual int32_t
GetHorzScale
() const = 0;
fxet_edit.h
617
int32_t
GetHorzScale
() const override;
Completed in 47 milliseconds