Home
last modified time | relevance | path

Searched refs:SetParagraphBreakChar (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fde/tto/
Dfde_textout.h91 void SetParagraphBreakChar(FX_WCHAR wch);
Dfde_textout.cpp99 void CFDE_TextOut::SetParagraphBreakChar(FX_WCHAR wch) { in SetParagraphBreakChar() function in CFDE_TextOut
101 m_pTxtBreak->SetParagraphBreakChar(wch); in SetParagraphBreakChar()
207 m_pTxtBreak->SetParagraphBreakChar(wch); in CalcTextSize()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.h219 void SetParagraphBreakChar(FX_WCHAR wch);
Dfgas_textbreak.cpp157 void CFX_TxtBreak::SetParagraphBreakChar(FX_WCHAR wch) { in SetParagraphBreakChar() function in CFX_TxtBreak
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp1055 m_pTextBreak->SetParagraphBreakChar(m_Param.wLineBreakChar); in UpdateTxtBreak()