OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtLine
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp
82
CFX_RectF
rtLine
;
83
GetRectWithoutRotate(
rtLine
);
85
XFA_RectWidthoutMargin(
rtLine
, mgWidget);
87
GetRectFromHand(
rtLine
, lineObj.GetHand(), fLineWidth);
90
if (bSlope &&
rtLine
.right() > 0.0f &&
rtLine
.bottom() > 0.0f) {
91
linePath.AddLine(
rtLine
.right(),
rtLine
.top,
rtLine
.left,
rtLine
.bottom());
[
all
...]
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
214
CFX_RectF
rtLine
;
226
rtLine
= pPiece->rtPiece;
236
rtLine
.Union(pPiece->rtPiece);
240
NormalizePt2Rect(ptF,
rtLine
, FDE_TXTEDT_TOLERANCE);
Completed in 54 milliseconds