OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLineDescent
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
183
fBottom = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.
fLineDescent
;
313
FX_FLOAT
fLineDescent
=
371
fLineDescent
= std::min(
fLineDescent
, fWordDescent);
379
pLine->m_LineInfo.
fLineDescent
=
fLineDescent
;
380
y += (-
fLineDescent
);
580
FX_FLOAT
fLineDescent
= 0.0f, fBackupLineDescent = 0.0f;
604
fLineDescent
=
605
std::min(
fLineDescent
, m_pVT->GetWordDescent(*pWord, TRUE))
[
all
...]
pdf_vt.h
106
fLineDescent
(0.0f) {}
114
FX_FLOAT
fLineDescent
;
/external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp
197
<< line.ptLine.y + line.
fLineDescent
<< " " << word.fWidth << " "
198
<< line.fLineAscent - line.
fLineDescent
<< " re\nf\n";
fxet_pageobjs.cpp
221
CPDF_Rect rc(word.ptWord.x, line.ptLine.y + line.
fLineDescent
,
229
line.ptLine.y + line.
fLineDescent
,
346
line.ptLine.y + line.
fLineDescent
+ ptOffset.y,
fxet_edit.cpp
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
245
: ptLine(0, 0), fLineWidth(0.0f), fLineAscent(0.0f),
fLineDescent
(0.0f) {}
257
FX_FLOAT
fLineDescent
;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp
362
ptFoot.y = line.ptLine.y + line.
fLineDescent
;
PWL_Utils.cpp
468
fStep = (line.fLineAscent - line.
fLineDescent
) / 16.0f;
[
all
...]
Completed in 100 milliseconds