Searched refs:contents_bounding_box_ (Results 1 – 2 of 2) sorted by relevance
585 return contents_bounding_box_; in GetContentsBoundingBox()984 contents_bounding_box_ = CFX_RectF(); in RebuildPieces()1020 contents_bounding_box_.Union(txtEdtPiece.rtPiece); in RebuildPieces()1022 contents_bounding_box_ = txtEdtPiece.rtPiece; in RebuildPieces()1036 bool bounds_smaller = contents_bounding_box_.width < available_width_; in RebuildPieces()1038 delta = available_width_ - contents_bounding_box_.width; in RebuildPieces()1045 delta = (available_width_ - contents_bounding_box_.width) / 2.0f; in RebuildPieces()1050 float offset = delta - contents_bounding_box_.left; in RebuildPieces()1053 contents_bounding_box_.Offset(offset, 0.0f); in RebuildPieces()1057 contents_bounding_box_.height -= line_spacing_ - font_size_; in RebuildPieces()
201 CFX_RectF contents_bounding_box_; variable