Home
last modified time | relevance | path

Searched refs:CountBlocks (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h112 int32_t CountBlocks() const;
Dcxfa_textlayout.cpp377 int32_t CXFA_TextLayout::CountBlocks() const { in CountBlocks() function in CXFA_TextLayout
420 if (!m_pLoader || iBlock < 0 || iBlock >= CountBlocks()) in Layout()
561 int32_t iBlockCount = CountBlocks(); in DrawString()