OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtPiece
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.h
58
CFX_RectF
rtPiece
;
/external/pdfium/xfa/src/fdp/src/tto/
fde_textout.h
14
CFX_RectF
rtPiece
;
fde_textout.cpp
595
CFX_RectF
rtPiece
;
597
rtPiece
.left = m_fLinePos;
598
rtPiece
.top = rect.top + (FX_FLOAT)pPiece->m_iStartPos / 20000.0f;
599
rtPiece
.width = fLineStep;
600
rtPiece
.height = iWidth / 20000.0f;
602
rtPiece
.left = rect.left + (FX_FLOAT)pPiece->m_iStartPos / 20000.0f;
603
rtPiece
.top = m_fLinePos;
604
rtPiece
.width = iWidth / 20000.0f;
605
rtPiece
.height = fLineStep;
610
ttoPiece.
rtPiece
= rtPiece;
[
all
...]
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h
240
CFX_RectF
rtPiece
;
Completed in 77 milliseconds