OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLineAscent
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_line.h
22
FX_FLOAT
fLineAscent
;
27
: fLineWidth(0.0f),
fLineAscent
(0.0f), fLineDescent(0.0f) {}
cpvt_lineinfo.h
22
FX_FLOAT
fLineAscent
;
33
fLineAscent
(0.0f),
ctypeset.cpp
183
FX_FLOAT
fLineAscent
=
196
y +=
fLineAscent
;
243
fLineAscent
= std::max(
fLineAscent
, fWordAscent);
251
pLine->m_LineInfo.
fLineAscent
=
fLineAscent
;
281
FX_FLOAT
fLineAscent
= 0.0f, fBackupLineAscent = 0.0f;
304
fLineAscent
= std::max(
fLineAscent
, m_pVT->GetWordAscent(*pWord));
308
fLineAscent
[
all
...]
csection.cpp
161
fTop = pLine->m_LineInfo.fLineY - pLine->m_LineInfo.
fLineAscent
-
cpdf_variabletext.cpp
212
line.
fLineAscent
= pLine->m_LineInfo.
fLineAscent
;
271
lineinfo.
fLineAscent
= GetFontAscent(GetDefaultFontIndex(), GetFontSize());
[
all
...]
/external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp
709
<< line.
fLineAscent
- line.fLineDescent << " re\nf\n";
781
line.ptLine.y + line.
fLineAscent
);
788
word.ptWord.x + word.fWidth, line.ptLine.y + line.
fLineAscent
);
[
all
...]
/external/pdfium/fpdfsdk/pdfwindow/
PWL_EditCtrl.cpp
343
ptHead->y = line.ptLine.y + line.
fLineAscent
;
Completed in 271 milliseconds