Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp243 float vertical_height = line_spacing_ * visible_line_count_; in CountCharsExceedingSize() local
253 if (limit_vertical_area_ && text_rect.height <= vertical_height) in CountCharsExceedingSize()