Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp231 CFX_RectF text_rect; in CountCharsExceedingSize() local
234 text_rect.width = available_width_; in CountCharsExceedingSize()
236 text_rect.width = kPageWidthMax; in CountCharsExceedingSize()
249 text_out->CalcLogicSize(WideString(temp), text_rect); in CountCharsExceedingSize()
251 if (limit_horizontal_area_ && text_rect.width <= available_width_) in CountCharsExceedingSize()
253 if (limit_vertical_area_ && text_rect.height <= vertical_height) in CountCharsExceedingSize()