Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h118 size_t CountBlocks() const;
Dcxfa_textlayout.cpp398 size_t CXFA_TextLayout::CountBlocks() const { in CountBlocks() function in CXFA_TextLayout
451 ASSERT(szBlockIndex < CountBlocks()); in LayoutInternal()
577 size_t szBlockCount = CountBlocks(); in DrawString()