OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptF
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
211
CFX_PointF
ptF
= fPoint;
212
NormalizePt2Rect(
ptF
, m_rtPageContents, FDE_TXTEDT_TOLERANCE);
221
if (!bInLine && (bVertical ? (pPiece->rtPiece.left <=
ptF
.x &&
222
pPiece->rtPiece.right() >
ptF
.x)
223
: (pPiece->rtPiece.top <=
ptF
.y &&
224
pPiece->rtPiece.bottom() >
ptF
.y))) {
229
if (bVertical ? (!(pPiece->rtPiece.left <=
ptF
.x &&
230
pPiece->rtPiece.right() >
ptF
.x))
231
: (pPiece->rtPiece.bottom() <=
ptF
.y ||
232
pPiece->rtPiece.top >
ptF
.y)) {
[
all
...]
fde_txtedtpage.h
133
void NormalizePt2Rect(CFX_PointF&
ptF
,
Completed in 104 milliseconds