OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pieceLines
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h
328
FX_BOOL IsLoaded() const { return
m_pieceLines
.GetSize() > 0; }
402
CXFA_PieceLineArray
m_pieceLines
;
xfa_textlayout.cpp
694
int32_t iCount =
m_pieceLines
.GetSize();
696
CXFA_PieceLine* pLine =
m_pieceLines
.GetAt(i);
699
m_pieceLines
.RemoveAll();
710
return &
m_pieceLines
;
[
all
...]
Completed in 62 milliseconds