Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp212 auto text_out = pdfium::MakeUnique<CFDE_TextOut>(); in CountCharsExceedingSize() local
213 text_out->SetLineSpace(line_spacing_); in CountCharsExceedingSize()
214 text_out->SetFont(font_); in CountCharsExceedingSize()
215 text_out->SetFontSize(font_size_); in CountCharsExceedingSize()
227 text_out->SetStyles(style); in CountCharsExceedingSize()
236 text_out->CalcLogicSize(temp, &text_rect); in CountCharsExceedingSize()