OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineRect
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp
449
CFX_FloatRect
lineRect
= outerRect1;
451
const float fYDelta = (
lineRect
.top -
lineRect
.bottom) / 4;
453
lineRect
.left += fXDelta;
454
lineRect
.right -= fXDelta;
456
lineRect
.top -= fYDelta;
457
sAppStream <<
lineRect
.left << " " <<
lineRect
.top << " m\n"
458
<<
lineRect
.right << " " <<
lineRect
.top << " l\n"
[
all
...]
/external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp
188
for (const auto&
lineRect
: m_OldLineRects)
189
Add(
lineRect
.m_rcLine);
191
for (const auto&
lineRect
: m_NewLineRects)
192
Add(
lineRect
.m_rcLine);
[
all
...]
Completed in 224 milliseconds