Searched refs:all_width (Results 1 – 4 of 4) sorted by relevance
42 const CGFloat all_width = decoration_.GetWidthForSpace(kWidth);48 const CGFloat full_width = decoration_.GetWidthForSpace(all_width - 5.0);49 EXPECT_LT(full_width, all_width);
65 const CGFloat all_width = GetWidthForImageAndLabel(image_, label_);66 if (all_width <= width)67 return all_width;
76 const CGFloat all_width = GetWidthForImageAndLabel(image, full_label_);77 if (all_width <= width) {79 return all_width;
1371 FX_FLOAT all_width = GetDatasWidth( beginPos, endPos); in ProcessTextObject() local1372 if(all_width < reflowWidth - m_fCurrLineWidth) { in ProcessTextObject()