Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp220 CFX_RectF text_rect; in CountCharsExceedingSize() local
223 text_rect.width = available_width_; in CountCharsExceedingSize()
225 text_rect.width = kPageWidthMax; in CountCharsExceedingSize()
236 text_out->CalcLogicSize(temp, &text_rect); in CountCharsExceedingSize()
237 if (limit_horizontal_area_ && text_rect.width <= available_width_) in CountCharsExceedingSize()
239 if (limit_vertical_area_ && text_rect.height <= vertical_height) in CountCharsExceedingSize()