OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rectArr
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
194
CFX_RectFArray
rectArr
;
196
m_pTextSet->GetCharRects_Impl((FDE_HVISUALOBJ)pPiece,
rectArr
, bBBox);
198
m_pTextSet->GetCharRects((FDE_HVISUALOBJ)pPiece,
rectArr
);
200
rect =
rectArr
[nIndex - pPiece->nStart];
247
CFX_RectFArray
rectArr
;
248
m_pTextSet->GetCharRects((FDE_HVISUALOBJ)pPiece,
rectArr
);
249
int32_t nRtCount =
rectArr
.GetSize();
251
if (
rectArr
[j].Contains(ptF)) {
269
? (ptF.y > ((
rectArr
[j].top +
rectArr
[j].bottom()) / 2))
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
[
all
...]
Completed in 56 milliseconds