OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPlateWidth
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
305
FX_FLOAT
GetPlateWidth
() const { return m_rcPlate.right - m_rcPlate.left; }
308
return CPVT_Size(
GetPlateWidth
(), GetPlateHeight());
doc_vt.cpp
319
FX_FLOAT fNodeWidth = m_pVT->
GetPlateWidth
() /
588
m_pVT->
GetPlateWidth
() - m_pVT->GetLineIndent(m_pSection->m_SecInfo),
725
FX_FLOAT fTypesetWidth = std::max(m_pVT->
GetPlateWidth
() - fLineIndent, 0.0f);
[
all
...]
Completed in 186 milliseconds