Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp1036 bool bounds_smaller = contents_bounding_box_.width < available_width_; in RebuildPieces() local
1037 if (IsAlignedRight() && bounds_smaller) { in RebuildPieces()
1039 } else if (IsAlignedCenter() && bounds_smaller) { in RebuildPieces()