Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp610 return contents_bounding_box_; in GetContentsBoundingBox()
1085 contents_bounding_box_ = CFX_RectF(); in RebuildPieces()
1119 contents_bounding_box_.Union(txtEdtPiece.rtPiece); in RebuildPieces()
1121 contents_bounding_box_ = txtEdtPiece.rtPiece; in RebuildPieces()
1135 bool bounds_smaller = contents_bounding_box_.width < available_width_; in RebuildPieces()
1137 delta = available_width_ - contents_bounding_box_.width; in RebuildPieces()
1139 delta = (available_width_ - contents_bounding_box_.width) / 2.0f; in RebuildPieces()
1143 float offset = delta - contents_bounding_box_.left; in RebuildPieces()
1146 contents_bounding_box_.Offset(offset, 0.0f); in RebuildPieces()
1150 contents_bounding_box_.height -= line_spacing_ - font_size_; in RebuildPieces()
Dcfde_texteditengine.h205 CFX_RectF contents_bounding_box_; variable