OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLineDescent
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_line.h
23
FX_FLOAT
fLineDescent
;
27
: fLineWidth(0.0f), fLineAscent(0.0f),
fLineDescent
(0.0f) {}
cpvt_lineinfo.h
23
FX_FLOAT
fLineDescent
;
34
fLineDescent
(0.0f) {}
ctypeset.cpp
185
FX_FLOAT
fLineDescent
=
244
fLineDescent
= std::min(
fLineDescent
, fWordDescent);
252
pLine->m_LineInfo.
fLineDescent
=
fLineDescent
;
253
y -=
fLineDescent
;
282
FX_FLOAT
fLineDescent
= 0.0f, fBackupLineDescent = 0.0f;
305
fLineDescent
= std::min(
fLineDescent
, m_pVT->GetWordDescent(*pWord));
310
fLineDescent
[
all
...]
csection.cpp
163
fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.
fLineDescent
;
cpdf_variabletext.cpp
213
line.
fLineDescent
= pLine->m_LineInfo.
fLineDescent
;
272
lineinfo.
fLineDescent
=
[
all
...]
/external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp
708
<< line.ptLine.y + line.
fLineDescent
<< " " << word.fWidth << " "
709
<< line.fLineAscent - line.
fLineDescent
<< " re\nf\n";
779
CFX_FloatRect rc(word.ptWord.x, line.ptLine.y + line.
fLineDescent
,
787
word.ptWord.x, line.ptLine.y + line.
fLineDescent
,
[
all
...]
/external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp
345
ptFoot->y = line.ptLine.y + line.
fLineDescent
;
Completed in 123 milliseconds