OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTypeDescent
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_ap.h
61
int32_t
GetTypeDescent
(int32_t nFontIndex) override;
fpdf_vt.h
278
virtual int32_t
GetTypeDescent
(int32_t nFontIndex) = 0;
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
146
int32_t CPVT_Provider::
GetTypeDescent
(int32_t nFontIndex) {
148
return pPDFFont->
GetTypeDescent
();
[
all
...]
pdf_vt.h
451
int32_t
GetTypeDescent
(int32_t nFontIndex);
doc_vt.cpp
[
all
...]
/external/pdfium/core/include/fpdfapi/
fpdf_resource.h
194
int
GetTypeDescent
() const { return m_Descent; }
/external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h
805
int32_t
GetTypeDescent
(int32_t nFontIndex) override;
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
278
if (pCurObj->GetFont()->
GetTypeDescent
()) {
280
pCurObj->GetFont()->
GetTypeDescent
() *
[
all
...]
/external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp
127
int32_t CFX_Edit_Provider::
GetTypeDescent
(int32_t nFontIndex) {
129
return pPDFFont->
GetTypeDescent
();
[
all
...]
Completed in 94 milliseconds