Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp223 auto text_out = pdfium::MakeUnique<CFDE_TextOut>(); in CountCharsExceedingSize() local
224 text_out->SetLineSpace(line_spacing_); in CountCharsExceedingSize()
225 text_out->SetFont(font_); in CountCharsExceedingSize()
226 text_out->SetFontSize(font_size_); in CountCharsExceedingSize()
238 text_out->SetStyles(style); in CountCharsExceedingSize()
249 text_out->CalcLogicSize(WideString(temp), text_rect); in CountCharsExceedingSize()