Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp663 auto text_span = text.span(); in DrawDeviceText() local
664 while (!text_span.empty()) { in DrawDeviceText()
666 size_t send_len = std::min<size_t>(text_span.size(), 1024); in DrawDeviceText()
668 memcpy(buffer + 2, text_span.data(), send_len); in DrawDeviceText()
670 text_span = text_span.subspan(send_len); in DrawDeviceText()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp455 pdfium::span<const wchar_t> text_span = m_wsText.span(); in ReloadLinePiece() local
467 dwBreakStatus = m_pTxtBreak->AppendChar(text_span[iStart]); in ReloadLinePiece()